[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll

Dale Johannesen dalej at apple.com
Tue May 22 10:18:23 PDT 2007



Changes in directory llvm/test/CodeGen/Generic:

2007-02-16-BranchFold.ll updated: 1.5 -> 1.6
---
Log message:

Test assumes tail merging is off; this must now be explicit.


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

 2007-02-16-BranchFold.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll
diff -u llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll:1.5 llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll:1.6
--- llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll:1.5	Sun Apr 15 15:47:23 2007
+++ llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll	Tue May 22 12:18:05 2007
@@ -1,5 +1,5 @@
 ; PR 1200
-; RUN: llvm-as < %s | llc | not grep jmp 
+; RUN: llvm-as < %s | llc -enable-tail-merge=0 | not grep jmp 
 
 ; ModuleID = '<stdin>'
 target datalayout = "e-p:32:32"






More information about the llvm-commits mailing list