[llvm-commits] [llvm] r67783 - /llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll

Evan Cheng evan.cheng at apple.com
Thu Mar 26 16:03:32 PDT 2009


Author: evancheng
Date: Thu Mar 26 18:03:32 2009
New Revision: 67783

URL: http://llvm.org/viewvc/llvm-project?rev=67783&view=rev
Log:
Add -march=x86.

Modified:
    llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll?rev=67783&r1=67782&r2=67783&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll Thu Mar 26 18:03:32 2009
@@ -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





More information about the llvm-commits mailing list