[llvm-commits] [llvm] r97451 - /llvm/trunk/include/llvm/Target/TargetOpcodes.h

Dan Gohman gohman at apple.com
Mon Mar 1 09:45:15 PST 2010


Author: djg
Date: Mon Mar  1 11:45:15 2010
New Revision: 97451

URL: http://llvm.org/viewvc/llvm-project?rev=97451&view=rev
Log:
Use Doxygen comment syntax.

Modified:
    llvm/trunk/include/llvm/Target/TargetOpcodes.h

Modified: llvm/trunk/include/llvm/Target/TargetOpcodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetOpcodes.h?rev=97451&r1=97450&r2=97451&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetOpcodes.h (original)
+++ llvm/trunk/include/llvm/Target/TargetOpcodes.h Mon Mar  1 11:45:15 2010
@@ -16,7 +16,7 @@
 
 namespace llvm {
   
-// Invariant opcodes: All instruction sets have these as their low opcodes.
+/// Invariant opcodes: All instruction sets have these as their low opcodes.
 namespace TargetOpcode {
   enum { 
     PHI = 0,
@@ -63,7 +63,7 @@
     /// the copy are emitted with the TargetInstrInfo::copyRegToReg hook.
     COPY_TO_REGCLASS = 10,
     
-    // DBG_VALUE - a mapping of the llvm.dbg.value intrinsic
+    /// DBG_VALUE - a mapping of the llvm.dbg.value intrinsic
     DBG_VALUE = 11
   };
 } // end namespace TargetOpcode





More information about the llvm-commits mailing list