summaryrefslogtreecommitdiff
path: root/polly/test/Simplify/dead_instruction.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Simplify/dead_instruction.ll')
-rw-r--r--polly/test/Simplify/dead_instruction.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Simplify/dead_instruction.ll b/polly/test/Simplify/dead_instruction.ll
index 5507fb689a97..4e693b0ccb44 100644
--- a/polly/test/Simplify/dead_instruction.ll
+++ b/polly/test/Simplify/dead_instruction.ll
@@ -9,7 +9,7 @@
; A[0] = 42.0;
; }
;
-define void @func(i32 %n, double* noalias nonnull %A) {
+define void @func(i32 %n, ptr noalias nonnull %A) {
entry:
br label %for
@@ -20,7 +20,7 @@ for:
body:
%val = fadd double 21.0, 21.0
- store double 42.0, double* %A
+ store double 42.0, ptr %A
br label %inc
inc: