summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/inline_returns_twice.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/inline_returns_twice.ll')
-rw-r--r--test/Transforms/Inline/inline_returns_twice.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Inline/inline_returns_twice.ll b/test/Transforms/Inline/inline_returns_twice.ll
index ab2e954af1..f316c9152b 100644
--- a/test/Transforms/Inline/inline_returns_twice.ll
+++ b/test/Transforms/Inline/inline_returns_twice.ll
@@ -15,7 +15,7 @@ entry:
define i32 @g() {
entry:
-; CHECK: define i32 @g
+; CHECK-LABEL: define i32 @g(
; CHECK: call i32 @f()
; CHECK-NOT: call i32 @a()
%call = call i32 @f()
@@ -32,7 +32,7 @@ entry:
define i32 @i() {
entry:
-; CHECK: define i32 @i
+; CHECK-LABEL: define i32 @i(
; CHECK: call i32 @b()
; CHECK-NOT: call i32 @h()
%call = call i32 @h() returns_twice