Make the test introduced in r239015 more targeted.
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / share_code_in_preheader.ll
index 22f5c5082cfa40c79c9192a32e2ee035a2fc6dbb..1035ce19ff104f57b7894d95bb07db61f2ef6ac5 100644 (file)
@@ -13,9 +13,9 @@ no_exit:              ; preds = %no_exit, %entry
        %N_addr.0.0 = sub i32 %N.s, %indvar             ; <i32> [#uses=1]
        %tmp.8 = add i32 %N_addr.0.0, %tmp.6            ; <i32> [#uses=2]
        %tmp.9 = getelementptr i8, i8* %A, i32 %tmp.8           ; <i8*> [#uses=1]
-       %tmp.10 = load i8* %tmp.9               ; <i8> [#uses=1]
+       %tmp.10 = load i8, i8* %tmp.9           ; <i8> [#uses=1]
        %tmp.17 = getelementptr i8, i8* %B, i32 %tmp.8          ; <i8*> [#uses=1]
-       %tmp.18 = load i8* %tmp.17              ; <i8> [#uses=1]
+       %tmp.18 = load i8, i8* %tmp.17          ; <i8> [#uses=1]
        %tmp.19 = sub i8 %tmp.10, %tmp.18               ; <i8> [#uses=1]
        %tmp.21 = add i8 %tmp.19, %Sum.0.0              ; <i8> [#uses=2]
        %indvar.next = add i32 %indvar.ui, 1            ; <i32> [#uses=2]