summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/always-inline.ll
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-08-19 10:31:50 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-08-19 10:31:50 +0000
commit902a7b529820e6a0aa85f98f21afaeb1805a22f8 (patch)
treee7da40d2f6ef824f7371860826845870e6e1dcd5 /test/Transforms/Inline/always-inline.ll
parent58b69754af0cbff56b1cfce9be9392e4451f6628 (diff)
Notes
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 e0be41fa6657d..c918bc9d5dbb4 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