diff options
Diffstat (limited to 'test/CodeGen/Mips/2008-07-16-SignExtInReg.ll')
-rw-r--r-- | test/CodeGen/Mips/2008-07-16-SignExtInReg.ll | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll b/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll index 855194a..e0c745f 100644 --- a/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll +++ b/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll @@ -1,6 +1,8 @@ -; RUN: llc < %s -march=mips -o %t -; RUN: grep seh %t | count 1 -; RUN: grep seb %t | count 1 +; DISABLED: llc < %s -march=mips -o %t +; DISABLED: grep seh %t | count 1 +; DISABLED: grep seb %t | count 1 +; RUN: false +; XFAIL: * target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" target triple = "mipsallegrexel-unknown-psp-elf" |