aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-10-06 01:22:39 +0000
committerDale Johannesen <dalej@apple.com>2007-10-06 01:22:39 +0000
commitb762c086c8171bb5ee05152c4570668c97f1ebce (patch)
treea1fa19ec35d7d9e5a6203fa16716b163b297a0ce /test
parent055c0b3a8f640a939bc6ff33338714fc05e79802 (diff)
downloadexternal_llvm-b762c086c8171bb5ee05152c4570668c97f1ebce.zip
external_llvm-b762c086c8171bb5ee05152c4570668c97f1ebce.tar.gz
external_llvm-b762c086c8171bb5ee05152c4570668c97f1ebce.tar.bz2
Make test work on non-x86 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42671 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2007-10-05-3AddrConvert.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-10-05-3AddrConvert.ll b/test/CodeGen/X86/2007-10-05-3AddrConvert.ll
index a6d751a..2cc9124 100644
--- a/test/CodeGen/X86/2007-10-05-3AddrConvert.ll
+++ b/test/CodeGen/X86/2007-10-05-3AddrConvert.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep lea
+; RUN: llvm-as < %s | llc -march=x86 | grep lea
%struct.anon = type { [3 x double], double, %struct.node*, [64 x %struct.bnode*], [64 x %struct.bnode*] }
%struct.bnode = type { i16, double, [3 x double], i32, i32, [3 x double], [3 x double], [3 x double], double, %struct.bnode*, %struct.bnode* }