[cfe-commits] r54047 - /cfe/trunk/lib/CodeGen/CodeGenFunction.h

Nate Begeman natebegeman at mac.com
Fri Jul 25 13:15:41 PDT 2008


Author: sampo
Date: Fri Jul 25 15:15:41 2008
New Revision: 54047

URL: http://llvm.org/viewvc/llvm-project?rev=54047&view=rev
Log:
Move comment to match style

Modified:
    cfe/trunk/lib/CodeGen/CodeGenFunction.h

Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.h?rev=54047&r1=54046&r2=54047&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Fri Jul 25 15:15:41 2008
@@ -127,11 +127,12 @@
     // 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;





More information about the cfe-commits mailing list