Name the first basic block
authorChris Lattner <sabre@nondot.org>
Wed, 30 Oct 2002 01:54:42 +0000 (01:54 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Oct 2002 01:54:42 +0000 (01:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4445 91177308-0d34-0410-b5e6-96231b3b80d8

test/Jello/test0.ll

index ed4b4f10946ed719a6e0b6434dbf7ba14e57d875..9de18d05574a69845baec39dd633f22784ab7365 100644 (file)
@@ -1,5 +1,6 @@
 ; test ret
 void %main() {
+BB0:
        add int 1, 2
        ret void
 }