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 | e7f45b29779c81aa2669edf0ff6b0c97c7ce8017 (patch) | |
| tree | 8569cf4d2e8a46845b42cb5bc51f97781f2d5b23 /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | 8d161830d139e78b10b7884d67121fe4cd69e971 (diff) | |
| download | bcm5719-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.h | 3 |
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; |

