[llvm-commits] CVS: llvm/test/Regression/Jello/test-branch.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 21 17:31:08 PST 2002


Changes in directory llvm/test/Regression/Jello:

test-branch.ll updated: 1.1 -> 1.2

---
Log message:

Make testcase more interesting


---
Diffs of the changes:

Index: llvm/test/Regression/Jello/test-branch.ll
diff -u llvm/test/Regression/Jello/test-branch.ll:1.1 llvm/test/Regression/Jello/test-branch.ll:1.2
--- llvm/test/Regression/Jello/test-branch.ll:1.1	Thu Nov 21 11:20:32 2002
+++ llvm/test/Regression/Jello/test-branch.ll	Thu Nov 21 17:30:08 2002
@@ -2,5 +2,8 @@
 void %main() {
 	br label %Test
 Test:
+	%X = seteq int 0, 4
+	br bool %X, label %Test, label %Label
+Label:
 	ret void
 }





More information about the llvm-commits mailing list