Move comment to match style
llvm-svn: 54047
This commit is contained in:
@@ -127,11 +127,12 @@ class LValue {
|
||||
// ExtVector element subset: V.xyx
|
||||
llvm::Constant *VectorElts;
|
||||
|
||||
// BitField start bit and size
|
||||
struct {
|
||||
unsigned short StartBit;
|
||||
unsigned short Size;
|
||||
bool IsSigned;
|
||||
} BitfieldData; // BitField start bit and size
|
||||
} BitfieldData;
|
||||
};
|
||||
|
||||
bool Volatile:1;
|
||||
|
||||
Reference in New Issue
Block a user