diff options
Diffstat (limited to 'test/CodeGen/X86/2011-09-21-setcc-bug.ll')
-rw-r--r-- | test/CodeGen/X86/2011-09-21-setcc-bug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-09-21-setcc-bug.ll b/test/CodeGen/X86/2011-09-21-setcc-bug.ll index 4daf678..a67c3f3 100644 --- a/test/CodeGen/X86/2011-09-21-setcc-bug.ll +++ b/test/CodeGen/X86/2011-09-21-setcc-bug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mcpu=corei7 -mattr=+sse41 +; RUN: llc < %s -march=x86-64 -mcpu=corei7 -mattr=+sse4.1 ; Make sure we are not crashing on this code. |