test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to add...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 21 Feb 2012 11:56:42 +0000 (11:56 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 21 Feb 2012 11:56:42 +0000 (11:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151053 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2012-02-20-MachineCPBug.ll

index 58569833df028791d811f8db9264fbce47213f88..3013f162d248fd097a3f8c6bd83263ef73f1a535 100644 (file)
@@ -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* }