Fix 80-column.
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
index ed3187adcf1c17c29cbb86aae1589ac3e0ccd91f..48d1695ecf78639e06d3f8a551611b3a5147be9e 100644 (file)
@@ -90,7 +90,9 @@ namespace bitc {
     TYPE_CODE_OPAQUE   =  6,    // OPAQUE
     TYPE_CODE_INTEGER  =  7,    // INTEGER: [width]
     TYPE_CODE_POINTER  =  8,    // POINTER: [pointee type]
-    TYPE_CODE_FUNCTION_OLD = 9, // FUNCTION: [vararg, attrid, retty, paramty x N]
+
+    TYPE_CODE_FUNCTION_OLD = 9, // FUNCTION: [vararg, attrid, retty,
+                                //            paramty x N]
     
     // Code #10 is unused.