summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/load_i1_select.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/load_i1_select.ll')
-rw-r--r--test/CodeGen/ARM/load_i1_select.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/load_i1_select.ll b/test/CodeGen/ARM/load_i1_select.ll
index bdd408164992..7a208ea41752 100644
--- a/test/CodeGen/ARM/load_i1_select.ll
+++ b/test/CodeGen/ARM/load_i1_select.ll
@@ -6,7 +6,7 @@ target triple = "thumbv7-apple-ios0.0.0"
; Codegen should only compare one bit of the loaded value.
; rdar://10887484
-; CHECK: foo:
+; CHECK-LABEL: foo:
; CHECK: ldrb r[[R0:[0-9]+]], [r0]
; CHECK: tst.w r[[R0]], #1
define void @foo(i8* %call, double* %p) nounwind {