From: Evan Cheng Date: Thu, 26 Mar 2009 23:03:32 +0000 (+0000) Subject: Add -march=x86. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=0802851816932cf228a9ec02e275736a1e9aab8b Add -march=x86. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67783 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2009-03-25-TestBug.ll b/test/CodeGen/X86/2009-03-25-TestBug.ll index 605ec8bdec4..2c330db713e 100644 --- a/test/CodeGen/X86/2009-03-25-TestBug.ll +++ b/test/CodeGen/X86/2009-03-25-TestBug.ll @@ -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