X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FThumb2%2Fthumb2-sbc.ll;h=b04dae61cef75ef21688727acff3779035ce42e3;hb=19b86f670bb5005761ecdcbe41423fee7fd200cf;hp=f8d8d277d1222a205f66a937a971f4b03d263185;hpb=1c3af779fc6b184204efd7e98dc16e475c251e7f;p=oota-llvm.git diff --git a/test/CodeGen/Thumb2/thumb2-sbc.ll b/test/CodeGen/Thumb2/thumb2-sbc.ll index f8d8d277d12..b04dae61cef 100644 --- a/test/CodeGen/Thumb2/thumb2-sbc.ll +++ b/test/CodeGen/Thumb2/thumb2-sbc.ll @@ -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