summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-07-25 20:15:41 +0000
committerNate Begeman <natebegeman@mac.com>2008-07-25 20:15:41 +0000
commite7f45b29779c81aa2669edf0ff6b0c97c7ce8017 (patch)
tree8569cf4d2e8a46845b42cb5bc51f97781f2d5b23 /clang/lib/CodeGen/CodeGenFunction.h
parent8d161830d139e78b10b7884d67121fe4cd69e971 (diff)
downloadbcm5719-llvm-e7f45b29779c81aa2669edf0ff6b0c97c7ce8017.tar.gz
bcm5719-llvm-e7f45b29779c81aa2669edf0ff6b0c97c7ce8017.zip
Move comment to match style
llvm-svn: 54047
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 82d4cb52a59..7d11a74d8c0 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/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;
OpenPOWER on IntegriCloud