diff options
author | Nate Begeman <natebegeman@mac.com> | 2008-07-25 20:15:41 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2008-07-25 20:15:41 +0000 |
commit | 69ce1dff4a1f86d5bd7135c0491fd628d2d76cc7 (patch) | |
tree | 1ce872bb4b9a5107495f0c620902da83a599ffc9 /lib/CodeGen/CodeGenFunction.h | |
parent | 82354bcedd1465bf40c9ba9e87e576dd9a8b81f0 (diff) |
Move comment to match style
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 82d4cb52a5..7d11a74d8c 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -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; |