ARM: fixup more tests to specify the target more explicitly
[oota-llvm.git] / test / CodeGen / ARM / vcgt.ll
index adee76a2fbb943355b7b2098a1ef0afc5fe87b68..2f736f689ab1da6ab3513ee621835e7e99349e8a 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
-; RUN: llc < %s -march=arm -mattr=+neon -regalloc=basic | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mattr=+neon -regalloc=basic %s -o - | FileCheck %s
 
 define <8 x i8> @vcgts8(<8 x i8>* %A, <8 x i8>* %B) nounwind {
 ;CHECK-LABEL: vcgts8: