Add -march=x86.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 26 Mar 2009 23:03:32 +0000 (23:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 26 Mar 2009 23:03:32 +0000 (23:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67783 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2009-03-25-TestBug.ll

index 605ec8bdec46cb47ac5feb547b6bc5c4cb2b6b5d..2c330db713e80f0a5a5bf0998777e65412325688 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -o %t -f
 ; RUN: not grep and %t
 ; RUN: not grep shr %t
 ; rdar://6661955