[mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 tests...
[oota-llvm.git] / test / CodeGen / ARM / phi.ll
index 29e17c095a7454ab6672b60d128f13752e1c5e7e..5a8f623e6f506d9be1456642280b7b005d0c0eca 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llc -march=arm < %s | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mattr=+v4t %s -o - | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mattr=+v4t -addr-sink-using-gep=1 %s -o - | FileCheck %s
+
 ; <rdar://problem/8686347>
 
 define i32 @test1(i1 %a, i32* %b) {
@@ -20,4 +22,4 @@ end:
   %r = load i32* %gep
 ; CHECK-NEXT: bx       lr
   ret i32 %r
-}
\ No newline at end of file
+}