aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/call-cast-target-inalloca.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/call-cast-target-inalloca.ll')
-rw-r--r--test/Transforms/InstCombine/call-cast-target-inalloca.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/call-cast-target-inalloca.ll b/test/Transforms/InstCombine/call-cast-target-inalloca.ll
index baf97e0..90289e2 100644
--- a/test/Transforms/InstCombine/call-cast-target-inalloca.ll
+++ b/test/Transforms/InstCombine/call-cast-target-inalloca.ll
@@ -8,7 +8,7 @@ declare void @takes_i32_inalloca(i32* inalloca)
define void @f() {
; CHECK-LABEL: define void @f()
- %args = alloca i32
+ %args = alloca inalloca i32
call void bitcast (void (i32)* @takes_i32 to void (i32*)*)(i32* inalloca %args)
; CHECK: call void bitcast
ret void