[llvm-commits] [llvm] r169358 - /llvm/trunk/include/llvm/Target/TargetRegisterInfo.h

Andrew Trick atrick at apple.com
Tue Dec 4 22:47:06 PST 2012


Author: atrick
Date: Wed Dec  5 00:47:06 2012
New Revision: 169358

URL: http://llvm.org/viewvc/llvm-project?rev=169358&view=rev
Log:
Comment formatting.

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

Modified: llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetRegisterInfo.h?rev=169358&r1=169357&r2=169358&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetRegisterInfo.h Wed Dec  5 00:47:06 2012
@@ -595,7 +595,7 @@
     return 0;
   }
 
-// Get the weight in units of pressure for this register class.
+  /// Get the weight in units of pressure for this register class.
   virtual const RegClassWeight &getRegClassWeight(
     const TargetRegisterClass *RC) const = 0;
 





More information about the llvm-commits mailing list