[llvm-commits] CVS: llvm/test/Regression/Jello/test-branch.ll
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 12 23:30:01 PST 2002
Changes in directory llvm/test/Regression/Jello:
test-branch.ll updated: 1.3 -> 1.4
---
Log message:
Infinite loops, are, well, not good
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/test-branch.ll
diff -u llvm/test/Regression/Jello/test-branch.ll:1.3 llvm/test/Regression/Jello/test-branch.ll:1.4
--- llvm/test/Regression/Jello/test-branch.ll:1.3 Wed Dec 4 11:15:07 2002
+++ llvm/test/Regression/Jello/test-branch.ll Thu Dec 12 23:28:50 2002
@@ -2,7 +2,7 @@
void %main() {
br label %Test
Test:
- %X = setne int 0, 4
+ %X = seteq int 0, 4
br bool %X, label %Test, label %Label
Label:
ret void
More information about the llvm-commits
mailing list