summaryrefslogtreecommitdiff
path: root/polly/test/ScopDetect/error-block-always-executed.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopDetect/error-block-always-executed.ll')
-rw-r--r--polly/test/ScopDetect/error-block-always-executed.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/test/ScopDetect/error-block-always-executed.ll b/polly/test/ScopDetect/error-block-always-executed.ll
index 5b71bdaf8f3b..894be2119941 100644
--- a/polly/test/ScopDetect/error-block-always-executed.ll
+++ b/polly/test/ScopDetect/error-block-always-executed.ll
@@ -14,13 +14,13 @@ bb13:
br i1 undef, label %bb14, label %bb19
bb14: ; preds = %bb13
- %tmp = load i32, i32* undef, align 4, !tbaa !1
+ %tmp = load i32, ptr undef, align 4, !tbaa !1
call void @quux() #2
br i1 false, label %bb15, label %bb18
bb15: ; preds = %bb14
- %tmp16 = getelementptr inbounds %struct.hoge, %struct.hoge* %tmp1, i64 0, i32 1
- %tmp17 = getelementptr inbounds %struct.hoge, %struct.hoge* %tmp1, i64 0, i32 2
+ %tmp16 = getelementptr inbounds %struct.hoge, ptr %tmp1, i64 0, i32 1
+ %tmp17 = getelementptr inbounds %struct.hoge, ptr %tmp1, i64 0, i32 2
br label %bb19
bb18: ; preds = %bb14