summaryrefslogtreecommitdiff
path: root/polly/test/ScopInfo/do-not-model-error-block-accesses.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/do-not-model-error-block-accesses.ll')
-rw-r--r--polly/test/ScopInfo/do-not-model-error-block-accesses.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/ScopInfo/do-not-model-error-block-accesses.ll b/polly/test/ScopInfo/do-not-model-error-block-accesses.ll
index 8bd0ce34fdf6..997e0d4b37cf 100644
--- a/polly/test/ScopInfo/do-not-model-error-block-accesses.ll
+++ b/polly/test/ScopInfo/do-not-model-error-block-accesses.ll
@@ -14,8 +14,8 @@ entry.split: ; preds = %entry
br i1 false, label %if.end.38, label %if.else
if.else: ; preds = %entry.split
- call void (i32, i32, i32*, ...) bitcast (void (...)* @BYTES_TO_BITS to void (i32, i32, i32*, ...)*)(i32 undef, i32 1, i32* undef) #2
- %0 = load i32, i32* null, align 4
+ call void (i32, i32, ptr, ...) @BYTES_TO_BITS(i32 undef, i32 1, ptr undef) #2
+ %0 = load i32, ptr null, align 4
br label %if.end.38
if.end.38: ; preds = %if.else, %entry.split