[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-11-12-CSRetCC.ll

Anton Korobeynikov asl at math.spbu.ru
Thu Nov 9 23:00:15 PST 2006



Changes in directory llvm/test/Regression/CodeGen/X86:

2006-11-12-CSRetCC.ll updated: 1.1 -> 1.2
---
Log message:

Adding target triple to test


---
Diffs of the changes:  (+2 -0)

 2006-11-12-CSRetCC.ll |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/test/Regression/CodeGen/X86/2006-11-12-CSRetCC.ll
diff -u llvm/test/Regression/CodeGen/X86/2006-11-12-CSRetCC.ll:1.1 llvm/test/Regression/CodeGen/X86/2006-11-12-CSRetCC.ll:1.2
--- llvm/test/Regression/CodeGen/X86/2006-11-12-CSRetCC.ll:1.1	Thu Nov  9 18:48:12 2006
+++ llvm/test/Regression/CodeGen/X86/2006-11-12-CSRetCC.ll	Fri Nov 10 00:59:53 2006
@@ -1,5 +1,7 @@
 ; RUN: llvm-as < %s | llc -march=x86 | grep 'subl $4, %esp'
 
+target triple = "i686-pc-linux-gnu"
+
 %str = internal constant [9 x sbyte] c"%f+%f*i\0A\00"		; <[9 x sbyte]*> [#uses=1]
 
 implementation   ; Functions:






More information about the llvm-commits mailing list