set the target triple so that we don't fail due to X86 abi issues
authorChris Lattner <sabre@nondot.org>
Wed, 20 Jul 2005 03:56:48 +0000 (03:56 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Jul 2005 03:56:48 +0000 (03:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22479 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/commute-two-addr.ll

index 5f6baf4402d054ce61181ef2226f2c4ac5a66407..ac1aa60319e3f793f6f42d86e8229be00e91ca81 100644 (file)
@@ -4,6 +4,9 @@
 ; Make sure there are only 3 mov's for each testcase
 ; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep 'mov ' | wc -l | grep 6
 
+
+target triple = "i686-pc-linux-gnu"
+
 %G = external global int
 
 declare void %ext(int)