summaryrefslogtreecommitdiff
path: root/polly/test/ScopDetect/callbr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopDetect/callbr.ll')
-rw-r--r--polly/test/ScopDetect/callbr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/ScopDetect/callbr.ll b/polly/test/ScopDetect/callbr.ll
index f226818a4ca1..d65ab934bf2e 100644
--- a/polly/test/ScopDetect/callbr.ll
+++ b/polly/test/ScopDetect/callbr.ll
@@ -10,7 +10,7 @@
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
-define void @func(i32 %n, double* noalias nonnull %A) {
+define void @func(i32 %n, ptr noalias nonnull %A) {
entry:
callbr void asm sideeffect "", "!i,~{dirflag},~{fpsr},~{flags}"() #1
to label %fallthrough [label %for]
@@ -24,7 +24,7 @@ for:
br i1 %j.cmp, label %body, label %exit
body:
- store double 42.0, double* %A
+ store double 42.0, ptr %A
br label %inc
inc: