summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/setcc-takes-i32.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/setcc-takes-i32.ll')
-rw-r--r--test/CodeGen/AArch64/setcc-takes-i32.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/setcc-takes-i32.ll b/test/CodeGen/AArch64/setcc-takes-i32.ll
index d2eb77ab1b54a..bd79685d34b46 100644
--- a/test/CodeGen/AArch64/setcc-takes-i32.ll
+++ b/test/CodeGen/AArch64/setcc-takes-i32.ll
@@ -12,11 +12,11 @@
declare {i64, i1} @llvm.umul.with.overflow.i64(i64, i64)
define i64 @test_select(i64 %lhs, i64 %rhs) {
-; CHECK: test_select:
+; CHECK-LABEL: test_select:
%res = call {i64, i1} @llvm.umul.with.overflow.i64(i64 %lhs, i64 %rhs)
%flag = extractvalue {i64, i1} %res, 1
%retval = select i1 %flag, i64 %lhs, i64 %rhs
ret i64 %retval
; CHECK: ret
-} \ No newline at end of file
+}