summaryrefslogtreecommitdiff
path: root/polly/test/CodeGen/20101103-signmissmatch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/CodeGen/20101103-signmissmatch.ll')
-rw-r--r--polly/test/CodeGen/20101103-signmissmatch.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/CodeGen/20101103-signmissmatch.ll b/polly/test/CodeGen/20101103-signmissmatch.ll
index 4f32a6b0e308..e157d292dc8a 100644
--- a/polly/test/CodeGen/20101103-signmissmatch.ll
+++ b/polly/test/CodeGen/20101103-signmissmatch.ll
@@ -10,7 +10,7 @@ bb7: ; preds = %bb7, %entry
br i1 undef, label %bb7, label %bb8
bb8: ; preds = %bb7
- %indvar5.lcssa.reload = load i64, i64* undef
+ %indvar5.lcssa.reload = load i64, ptr undef
%tmp17 = mul i64 %indvar5.lcssa.reload, -1
%tmp18 = add i64 0, %tmp17
br label %bb18
@@ -20,7 +20,7 @@ bb13: ; preds = %bb18
br i1 %0, label %bb14, label %bb17
bb14: ; preds = %bb13
- store i64 %i.1, i64* %firstVia.0.reg2mem
+ store i64 %i.1, ptr %firstVia.0.reg2mem
br label %bb17
bb17: ; preds = %bb14, %bb13