diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/shift-combine.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/shift-combine.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/shift-combine.ll b/llvm/test/CodeGen/ARM/shift-combine.ll index 24c392cb9c8..dbd9a418303 100644 --- a/llvm/test/CodeGen/ARM/shift-combine.ll +++ b/llvm/test/CodeGen/ARM/shift-combine.ll @@ -9,7 +9,7 @@ define i32 @test_lshr_and1(i32 %x) { entry: -;CHECK-LABLE: test_lshr_and1: +;CHECK-LABEL: test_lshr_and1: ;CHECK-COMMON: movw r1, :lower16:array ;CHECK-COMMON-NEXT: and r0, r0, #12 ;CHECK-COMMON-NEXT: movt r1, :upper16:array |