Move comment to match style

llvm-svn: 54047
This commit is contained in:
Nate Begeman
2008-07-25 20:15:41 +00:00
parent 8d161830d1
commit e7f45b2977

View File

@@ -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;