]> granicus.if.org Git - clang/commitdiff
Move comment to match style
authorNate Begeman <natebegeman@mac.com>
Fri, 25 Jul 2008 20:15:41 +0000 (20:15 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 25 Jul 2008 20:15:41 +0000 (20:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54047 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.h

index 82d4cb52a59ddc9906fa200045de30626e9cfff1..7d11a74d8c05be247fe1d6a4cfd2517583e3bc0f 100644 (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;