summaryrefslogtreecommitdiff
path: root/polly/test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll')
-rw-r--r--polly/test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/polly/test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll b/polly/test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll
index edbe4a3cd10b..e17164e89372 100644
--- a/polly/test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll
+++ b/polly/test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll
@@ -10,13 +10,13 @@ bb:
br label %bb2
bb2: ; preds = %bb
- %tmp = load i64*, i64** undef
+ %tmp = load ptr, ptr undef
br label %bb3
bb3: ; preds = %bb9, %bb2
- %tmp4 = phi i64* [ %tmp, %bb2 ], [ %tmp5, %bb9 ]
- %tmp5 = getelementptr inbounds i64, i64* %tmp4, i64 1
- %tmp6 = load i64, i64* %tmp5
+ %tmp4 = phi ptr [ %tmp, %bb2 ], [ %tmp5, %bb9 ]
+ %tmp5 = getelementptr inbounds i64, ptr %tmp4, i64 1
+ %tmp6 = load i64, ptr %tmp5
%tmp7 = and i64 %tmp6, 4160749568
br i1 false, label %bb8, label %bb9