summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/bitcast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/bitcast.ll')
-rw-r--r--test/Transforms/ConstProp/bitcast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/bitcast.ll b/test/Transforms/ConstProp/bitcast.ll
index 53239c7e4fe08..5e1581d801c7c 100644
--- a/test/Transforms/ConstProp/bitcast.ll
+++ b/test/Transforms/ConstProp/bitcast.ll
@@ -4,7 +4,7 @@
define <1 x i64> @test1() {
%A = bitcast i64 63 to <1 x i64>
ret <1 x i64> %A
-; CHECK: @test1
+; CHECK-LABEL: @test1(
; CHECK: ret <1 x i64> <i64 63>
}