mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 05:56:51 +00:00
Fix comment formatting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174388 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a693205ce1
commit
1b2c947136
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user