[llvm-commits] CVS: llvm/test/Regression/Jello/test0.ll
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Tue Oct 29 19:55:01 PST 2002
    
    
  
Changes in directory llvm/test/Regression/Jello:
test0.ll updated: 1.2 -> 1.3
---
Log message:
Name the first basic block
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/test0.ll
diff -u llvm/test/Regression/Jello/test0.ll:1.2 llvm/test/Regression/Jello/test0.ll:1.3
--- llvm/test/Regression/Jello/test0.ll:1.2	Sun Oct 27 15:18:06 2002
+++ llvm/test/Regression/Jello/test0.ll	Tue Oct 29 19:54:42 2002
@@ -1,5 +1,6 @@
 ; test ret
 void %main() {
+BB0:
 	add int 1, 2
 	ret void
 }
    
    
More information about the llvm-commits
mailing list