diff options
Diffstat (limited to 'test/CodeGen/X86/vec_fneg.ll')
-rw-r--r-- | test/CodeGen/X86/vec_fneg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_fneg.ll b/test/CodeGen/X86/vec_fneg.ll index 9743f71..a85ae98 100644 --- a/test/CodeGen/X86/vec_fneg.ll +++ b/test/CodeGen/X86/vec_fneg.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=sse | FileCheck %s ; FNEG is defined as subtraction from -0.0. |