ps][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions
[oota-llvm.git] / test / CodeGen / Mips / cprestore.ll
index a275c8b7a5560ff3fb1a76a1bb1b0297dca8bd65..a618b675c5594089fc80f756ca87539a313435e3 100644 (file)
@@ -1,7 +1,11 @@
-; RUN: llc -march=mipsel < %s | FileCheck %s
+; DISABLE: llc -march=mipsel < %s | FileCheck %s
+; RUN: false
+; XFAIL: *
 
 ; CHECK: .set macro
+; CHECK: .set at
 ; CHECK-NEXT: .cprestore
+; CHECK: .set noat
 ; CHECK-NEXT: .set nomacro
 
 %struct.S = type { [16384 x i32] }