diff options
author | Eli Bendersky <eliben@google.com> | 2013-02-05 16:40:22 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-02-05 16:40:22 +0000 |
commit | 1b2c94713600531ddeefb23cd10c49cd533aa09b (patch) | |
tree | 38f9f6914a77e263f7e6ac54ccacc6f51c8d8d95 | |
parent | a693205ce1d5a57ae4d855d5773f5e1c89eff063 (diff) | |
download | external_llvm-1b2c94713600531ddeefb23cd10c49cd533aa09b.zip external_llvm-1b2c94713600531ddeefb23cd10c49cd533aa09b.tar.gz external_llvm-1b2c94713600531ddeefb23cd10c49cd533aa09b.tar.bz2 |
Fix comment formatting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174388 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/TableGen/Record.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h index 6450185..3cf4f1f 100644 --- a/include/llvm/TableGen/Record.h +++ b/include/llvm/TableGen/Record.h @@ -175,8 +175,7 @@ public: }; -// BitsRecTy - 'bits<n>' - Represent a fixed number of bits -/// BitsRecTy - 'bits<n>' - Represent a fixed number of bits +/// BitsRecTy - 'bits<n>' - Represent a fixed number of bits /// class BitsRecTy : public RecTy { unsigned Size; @@ -288,10 +287,8 @@ public: } }; -// ListRecTy - 'list<Ty>' - Represent a list of values, all of which must be of -// the specified type. -/// ListRecTy - 'list<Ty>' - Represent a list of values, all of which must -/// be of the specified type. +/// ListRecTy - 'list<Ty>' - Represent a list of values, all of which must be of +/// the specified type. /// class ListRecTy : public RecTy { RecTy *Ty; |