From: Evan Cheng Date: Thu, 27 Nov 2008 00:37:06 +0000 (+0000) Subject: Add -march=x86. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bc7e0f5dd637ea365f0cb316cda68668f9e3e7d3;p=oota-llvm.git Add -march=x86. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fold-load.ll b/test/CodeGen/X86/fold-load.ll index 6d24113c9bb..6e3da5c5ee8 100644 --- a/test/CodeGen/X86/fold-load.ll +++ b/test/CodeGen/X86/fold-load.ll @@ -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]