[llvm-commits] [llvm] r60135 - /llvm/trunk/test/CodeGen/X86/fold-load.ll

Evan Cheng evan.cheng at apple.com
Wed Nov 26 16:37:06 PST 2008


Author: evancheng
Date: Wed Nov 26 18:37:06 2008
New Revision: 60135

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

Modified:
    llvm/trunk/test/CodeGen/X86/fold-load.ll

Modified: llvm/trunk/test/CodeGen/X86/fold-load.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fold-load.ll?rev=60135&r1=60134&r2=60135&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/fold-load.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fold-load.ll Wed Nov 26 18:37:06 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=x86
 	%struct._obstack_chunk = type { i8*, %struct._obstack_chunk*, [4 x i8] }
 	%struct.obstack = type { i32, %struct._obstack_chunk*, i8*, i8*, i8*, i32, i32, %struct._obstack_chunk* (...)*, void (...)*, i8*, i8 }
 @stmt_obstack = external global %struct.obstack		; <%struct.obstack*> [#uses=1]





More information about the llvm-commits mailing list