summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/dynamic_alloca_test.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/Inline/dynamic_alloca_test.ll')
-rw-r--r--llvm/test/Transforms/Inline/dynamic_alloca_test.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/dynamic_alloca_test.ll b/llvm/test/Transforms/Inline/dynamic_alloca_test.ll
index 15a5c66815d..1c17c7cd974 100644
--- a/llvm/test/Transforms/Inline/dynamic_alloca_test.ll
+++ b/llvm/test/Transforms/Inline/dynamic_alloca_test.ll
@@ -19,7 +19,7 @@ define internal void @callee(i32 %N) {
}
define void @foo(i32 %N) {
-; CHECK: @foo
+; CHECK-LABEL: @foo(
; CHECK: alloca i32, i32 %{{.*}}
; CHECK: call i8* @llvm.stacksave()
; CHECK: alloca i32, i32 %{{.*}}
OpenPOWER on IntegriCloud