diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/load_i1_select.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/load_i1_select.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/load_i1_select.ll b/llvm/test/CodeGen/ARM/load_i1_select.ll index bdd40816499..7a208ea4175 100644 --- a/llvm/test/CodeGen/ARM/load_i1_select.ll +++ b/llvm/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 { |