[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/commute-two-addr.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Jul 19 20:56:59 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/X86:
commute-two-addr.ll updated: 1.2 -> 1.3
---
Log message:
set the target triple so that we don't fail due to X86 abi issues
---
Diffs of the changes: (+3 -0)
commute-two-addr.ll | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/test/Regression/CodeGen/X86/commute-two-addr.ll
diff -u llvm/test/Regression/CodeGen/X86/commute-two-addr.ll:1.2 llvm/test/Regression/CodeGen/X86/commute-two-addr.ll:1.3
--- llvm/test/Regression/CodeGen/X86/commute-two-addr.ll:1.2 Mon May 9 00:54:27 2005
+++ llvm/test/Regression/CodeGen/X86/commute-two-addr.ll Tue Jul 19 22:56:48 2005
@@ -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)
More information about the llvm-commits
mailing list