diff options
Diffstat (limited to 'test/Transforms/LICM/2011-04-09-RAUW-AST.ll')
-rw-r--r-- | test/Transforms/LICM/2011-04-09-RAUW-AST.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/LICM/2011-04-09-RAUW-AST.ll b/test/Transforms/LICM/2011-04-09-RAUW-AST.ll index 4285bd1..f5ef29c 100644 --- a/test/Transforms/LICM/2011-04-09-RAUW-AST.ll +++ b/test/Transforms/LICM/2011-04-09-RAUW-AST.ll @@ -6,7 +6,7 @@ define i32 @main() nounwind { entry: - %tmp = load i32* @g_3, align 4 + %tmp = load i32, i32* @g_3, align 4 %tobool = icmp eq i32 %tmp, 0 br i1 %tobool, label %for.cond, label %if.then @@ -40,8 +40,8 @@ for.inc10: ; preds = %for.cond4 br label %for.cond for.end13: ; preds = %for.cond - %tmp14 = load i32* @g_3, align 4 - %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i64 0, i64 0), i32 %tmp14) nounwind + %tmp14 = load i32, i32* @g_3, align 4 + %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i64 0, i64 0), i32 %tmp14) nounwind ret i32 0 } |