Clang and AArch64 backend patches to support shll/shl and vmovl instructions and...
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-add6.ll
index ca6df050e6db5a47b212914e4bd279581d9ad1b6..0d2f1224995655af9021cf6925505c52dd03a6fd 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | FileCheck %s
+; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
 
 define i64 @f1(i64 %a, i64 %b) {
-; CHECK: f1:
+; CHECK-LABEL: f1:
 ; CHECK: adds r0, r0, r2
 ; CHECK: adcs r1, r3
     %tmp = add i64 %a, %b