diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-01-15 04:37:10 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-01-15 04:37:10 +0000 |
| commit | 604d5f36fe8bdbe16c1b3f52c6137ef179ebdcd3 (patch) | |
| tree | b71fff22b92684c4e06adc2bca96a6dbb51efde9 | |
| parent | 7f67e378bed93866ed4a732b350dea2665a63b7e (diff) | |
| download | bcm5719-llvm-604d5f36fe8bdbe16c1b3f52c6137ef179ebdcd3.tar.gz bcm5719-llvm-604d5f36fe8bdbe16c1b3f52c6137ef179ebdcd3.zip | |
Remove broken doxygen comments
llvm-svn: 10869
| -rw-r--r-- | llvm/include/llvm/BasicBlock.h | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/llvm/include/llvm/BasicBlock.h b/llvm/include/llvm/BasicBlock.h index 9f78bc7467b..51012437426 100644 --- a/llvm/include/llvm/BasicBlock.h +++ b/llvm/include/llvm/BasicBlock.h @@ -6,24 +6,23 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -/// -/// \class BasicBlock -/// -/// This file contains the declaration of the BasicBlock class, which represents -/// a single basic block in the VM. -/// -/// Note that basic blocks themselves are Value's, because they are referenced -/// by instructions like branches and can go in switch tables and stuff... -/// +// +// +// This file contains the declaration of the BasicBlock class, which represents +// a single basic block in the VM. +// +// Note that basic blocks themselves are Value's, because they are referenced +// by instructions like branches and can go in switch tables and stuff... +// ///===---------------------------------------------------------------------===// -/// -/// Note that well formed basic blocks are formed of a list of instructions -/// followed by a single TerminatorInst instruction. TerminatorInst's may not -/// occur in the middle of basic blocks, and must terminate the blocks. -/// -/// This code allows malformed basic blocks to occur, because it may be useful -/// in the intermediate stage modification to a program. -/// +// +// Note that well formed basic blocks are formed of a list of instructions +// followed by a single TerminatorInst instruction. TerminatorInst's may not +// occur in the middle of basic blocks, and must terminate the blocks. +// +// This code allows malformed basic blocks to occur, because it may be useful +// in the intermediate stage modification to a program. +// //===----------------------------------------------------------------------===// #ifndef LLVM_BASICBLOCK_H |

