diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-04-16 20:04:11 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-04-16 20:04:11 +0000 |
commit | b71ccac03a46b70c92ecd07369aa1bcaa99f48b1 (patch) | |
tree | 28e974d85d939858346d9e31651be1cae05e87e1 | |
parent | 4447934534e7975f537d863e72c740bf21f4ea7f (diff) |
Fixes tests and remove xfail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36152 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/sse-load-ret.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/X86/sse-load-ret.ll b/test/CodeGen/X86/sse-load-ret.ll index 4777e0f551..c82f4fc81c 100644 --- a/test/CodeGen/X86/sse-load-ret.ll +++ b/test/CodeGen/X86/sse-load-ret.ll @@ -1,8 +1,7 @@ ; RUN: llvm-upgrade < %s | llvm-as | \ -; RUN: llc -march=x86 -mcpu=yonah -enable-x86-sse | not grep movss +; RUN: llc -march=x86 -mcpu=yonah | not grep movss ; RUN: llvm-upgrade < %s | llvm-as | \ -; RUN: llc -march=x86 -mcpu=yonah -enable-x86-sse | not grep xmm -; XFAIL: * +; RUN: llc -march=x86 -mcpu=yonah | not grep xmm double %test1(double *%P) { %X = load double* %P |