Turn off the old way of handling debug information in the code generator. Use
[oota-llvm.git] / lib / Target / X86 / X86COFF.h
index 91de85c0c21a6d4a062f0dc2b3592919097f0ae9..0a8e4e6ac6db81d5442516cd72019a0041187e7f 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Anton Korobeynikov and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -87,7 +87,7 @@ enum SymbolTypeMasks {
 
 /// Offsets of parts of type
 enum Shifts {
-  N_BTSHFT = 4 /// Type is formed as (base + derived << N_BTSHIFT)
+  N_BTSHFT = 4 ///< Type is formed as (base + derived << N_BTSHIFT)
 };
 
 }