summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/always-inline.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/always-inline.ll')
-rw-r--r--test/Transforms/Inline/always-inline.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/Inline/always-inline.ll b/test/Transforms/Inline/always-inline.ll
index e0be41fa6657..c918bc9d5dbb 100644
--- a/test/Transforms/Inline/always-inline.ll
+++ b/test/Transforms/Inline/always-inline.ll
@@ -33,7 +33,6 @@ define void @outer2(i32 %N) {
;
; CHECK: @outer2
; CHECK-NOT: call void @inner2
-; CHECK alloca i32, i32 %N
; CHECK-NOT: call void @inner2
; CHECK: ret void