Drop support for Mips1 and Mips2.
[oota-llvm.git] / test / CodeGen / Mips / 2010-07-20-Select.ll
index 31e56ff27d1d623b2054856bd5553eebcff3b96d..cc2e3ca83d7c3b1bb9c38ba8690a0d76093ab98a 100644 (file)
@@ -1,7 +1,10 @@
-; RUN: llc < %s -march=mips -relocation-model=static -mcpu=mips1 | FileCheck %s
-; RUN: llc < %s -march=mips -relocation-model=static -regalloc=basic -mcpu=mips1 | FileCheck %s
+; DISABLED: llc < %s -march=mips -relocation-model=static | FileCheck %s
+; DISABLED: llc < %s -march=mips -relocation-model=static -regalloc=basic | FileCheck %s
+; RUN: false
++; XFAIL: *
 ; Fix PR7473
 
+
 define i32 @main() nounwind readnone {
 entry:
   %a = alloca i32, align 4                        ; <i32*> [#uses=2]