[PowerPC] Really iterate over all loops in PPCLoopDataPrefetch/PPCLoopPreIncPrep
[oota-llvm.git] / test / CodeGen / Thumb2 / tls1.ll
index 40973562d2b9aa077e60d60f43cc6176ebbba3c6..6acf27d1ad5d190dd490ebfda61df6fc8ea0ad4a 100644 (file)
@@ -10,7 +10,7 @@
 
 define i32 @f() {
 entry:
-       %tmp1 = load i32* @i            ; <i32> [#uses=1]
+       %tmp1 = load i32, i32* @i               ; <i32> [#uses=1]
        ret i32 %tmp1
 }