[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll
Dale Johannesen
dalej at apple.com
Fri Feb 16 17:12:32 PST 2007
Changes in directory llvm/test/CodeGen/Generic:
2007-02-16-BranchFold.ll updated: 1.1 -> 1.2
---
Log message:
adding PR 1200: http://llvm.org/PR1200 comment by request
---
Diffs of the changes: (+1 -0)
2007-02-16-BranchFold.ll | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll
diff -u llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll:1.1 llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll:1.2
--- llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll:1.1 Fri Feb 16 18:44:34 2007
+++ llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll Fri Feb 16 19:12:15 2007
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | llc &&
; RUN: llvm-as < %s | llc | grep jmp | wc -l | grep 0
+; PR 1200
; ModuleID = 'bugpoint.test.bc'
target datalayout = "e-p:32:32"
More information about the llvm-commits
mailing list