[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll

Evan Cheng evan.cheng at apple.com
Tue May 30 13:35:59 PDT 2006



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

2006-04-27-ISelFoldingBug.ll updated: 1.1 -> 1.2
---
Log message:

Fix the test failure on non-Darwin targets.


---
Diffs of the changes:  (+1 -1)

 2006-04-27-ISelFoldingBug.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
diff -u llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll:1.1 llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll:1.2
--- llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll:1.1	Thu Apr 27 20:21:37 2006
+++ llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll	Tue May 30 15:35:46 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | grep 'movl _last' | wc -l | grep 2
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin8.6.1 -relocation-model=static | grep 'movl _last' | wc -l | grep 2
 
 %block = external global ubyte*		; <ubyte**> [#uses=1]
 %last = external global int		; <int*> [#uses=3]






More information about the llvm-commits mailing list