summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/inline-byval-bonus.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/inline-byval-bonus.ll')
-rw-r--r--test/Transforms/Inline/inline-byval-bonus.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/inline-byval-bonus.ll b/test/Transforms/Inline/inline-byval-bonus.ll
index f3ed819a7f381..052a5f12a1911 100644
--- a/test/Transforms/Inline/inline-byval-bonus.ll
+++ b/test/Transforms/Inline/inline-byval-bonus.ll
@@ -21,7 +21,7 @@ define i32 @caller(%struct.sphere* %i) {
%call = call i32 @ray_sphere(%struct.sphere* %i, %struct.ray* byval align 8 %shadow_ray, %struct.spoint* null)
ret i32 %call
-; CHECK: @caller
+; CHECK-LABEL: @caller(
; CHECK-NOT: call i32 @ray_sphere
; CHECK: ret i32
}