Merging r259740:
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-sbc.ll
index f8d8d277d1222a205f66a937a971f4b03d263185..b04dae61cef75ef21688727acff3779035ce42e3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=thumb -mattr=+thumb2 < %s | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
 
 define i64 @f1(i64 %a, i64 %b) {
 ; CHECK: f1
@@ -54,9 +54,8 @@ define i64 @f6(i64 %a) {
 
 ; Example from numerics code that manually computes wider-than-64 values.
 ;
-; CHECK: _livecarry:
+; CHECK-LABEL: livecarry:
 ; CHECK: adds
-; CHECK: adcs
 ; CHECK: adc
 define i64 @livecarry(i64 %carry, i32 %digit) nounwind {
   %ch = lshr i64 %carry, 32