From 1162262a289ac275d30726adf3fa9456489f9566 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 30 Oct 2002 01:54:42 +0000 Subject: [PATCH] Name the first basic block git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4445 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Jello/test0.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jello/test0.ll b/test/Jello/test0.ll index ed4b4f10946..9de18d05574 100644 --- a/test/Jello/test0.ll +++ b/test/Jello/test0.ll @@ -1,5 +1,6 @@ ; test ret void %main() { +BB0: add int 1, 2 ret void }