diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll b/llvm/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll index 41c318b62ea..1f2fe320cc6 100644 --- a/llvm/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll +++ b/llvm/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -O3 -relocation-model=pic -disable-fp-elim -mcpu=nocona +; RUN: llc < %s -O3 -relocation-model=pic -frame-pointer=all -mcpu=nocona ; ; This test case is reduced from Bullet. It crashes SSEDomainFix. ; |

