diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-02-21 11:56:42 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-02-21 11:56:42 +0000 |
commit | bf8f50d944db799e601219b1f21f1e759ae145fc (patch) | |
tree | 3d57145647569c07307ca5e3b7e661e93bd0d32f | |
parent | e6e258fe38c153bb910756882a025f4f98afa4bf (diff) |
test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to add -mattr=+sse.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151053 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2012-02-20-MachineCPBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-02-20-MachineCPBug.ll b/test/CodeGen/X86/2012-02-20-MachineCPBug.ll index 58569833df..3013f162d2 100644 --- a/test/CodeGen/X86/2012-02-20-MachineCPBug.ll +++ b/test/CodeGen/X86/2012-02-20-MachineCPBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=i386-apple-macosx | FileCheck %s +; RUN: llc < %s -mtriple=i386-apple-macosx -mattr=+sse | FileCheck %s ; PR11940: Do not optimize away movb %al, %ch %struct.APInt = type { i64* } |