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

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 2 13:28:01 PST 2002


Changes in directory llvm/test/Regression/Jello:

test3.ll updated: 1.1 -> 1.2

---
Log message:

Only test that uncond branch works


---
Diffs of the changes:

Index: llvm/test/Regression/Jello/test3.ll
diff -u llvm/test/Regression/Jello/test3.ll:1.1 llvm/test/Regression/Jello/test3.ll:1.2
--- llvm/test/Regression/Jello/test3.ll:1.1	Fri Oct 25 18:01:51 2002
+++ llvm/test/Regression/Jello/test3.ll	Sat Nov  2 13:27:45 2002
@@ -1,6 +1,6 @@
 ; test unconditional branch
-int %main() {
+void %main() {
 	br label %Test
 Test:
-	ret int 0
+	ret void
 }





More information about the llvm-commits mailing list