Comment formatting.
authorAndrew Trick <atrick@apple.com>
Wed, 5 Dec 2012 06:47:06 +0000 (06:47 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 5 Dec 2012 06:47:06 +0000 (06:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169358 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index 541221552b5b56bf2a3b837e583b182e73c1ac3a..4d69e4fef675490bdf558cfafeae713dfb4991e3 100644 (file)
@@ -595,7 +595,7 @@ public:
     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;