diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/2008-07-06-fadd64.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/2008-07-06-fadd64.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/2008-07-06-fadd64.ll b/llvm/test/CodeGen/Mips/2008-07-06-fadd64.ll index ecd8521027a..8b118eda636 100644 --- a/llvm/test/CodeGen/Mips/2008-07-06-fadd64.ll +++ b/llvm/test/CodeGen/Mips/2008-07-06-fadd64.ll @@ -1,4 +1,6 @@ -; RUN: llc < %s -march=mips | grep __adddf3 +; DISABLED: llc < %s -march=mips | grep __adddf3 +; 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" |