aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h3
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;