aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-30 01:54:42 +0000
committerChris Lattner <sabre@nondot.org>2002-10-30 01:54:42 +0000
commit1162262a289ac275d30726adf3fa9456489f9566 (patch)
treee86e7888e9533495223f11092038fec23ede7dff
parent8548ee75eb3eb44ed396b137b5962cbdc28e97b8 (diff)
Name the first basic block
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4445 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Jello/test0.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jello/test0.ll b/test/Jello/test0.ll
index ed4b4f1094..9de18d0557 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
}