Make test work on non-x86 hosts.
authorDale Johannesen <dalej@apple.com>
Sat, 6 Oct 2007 01:22:39 +0000 (01:22 +0000)
committerDale Johannesen <dalej@apple.com>
Sat, 6 Oct 2007 01:22:39 +0000 (01:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42671 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2007-10-05-3AddrConvert.ll

index a6d751a88de78dd25e8f7da0b6fa35b811798337..2cc9124727f72f34b268138177b234e703a885a9 100644 (file)
@@ -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* }