diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-30 01:54:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-30 01:54:42 +0000 |
commit | 1162262a289ac275d30726adf3fa9456489f9566 (patch) | |
tree | e86e7888e9533495223f11092038fec23ede7dff | |
parent | 8548ee75eb3eb44ed396b137b5962cbdc28e97b8 (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.ll | 1 |
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 } |