ARM: yet another round of ARM test clean ups
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-uxt_rot.ll
index 61e849ef4a434effb63ba560615b53f5e1ef3e16..bcd4a0fa38ffbef031b79bf3e0da68f88badb0fa 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=thumb -mcpu=cortex-a8 | FileCheck %s --check-prefix=A8
-; RUN: llc < %s -march=thumb -mcpu=cortex-m3 | FileCheck %s --check-prefix=M3
+; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s --check-prefix=A8
+; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m3 %s -o - | FileCheck %s --check-prefix=M3
 ; rdar://11318438
 
 define zeroext i8 @test1(i32 %A.u)  {