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" _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits