From: Andrew Trick Date: Wed, 5 Dec 2012 06:47:06 +0000 (+0000) Subject: Comment formatting. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=83dbce2fc817fcb094a8958ca713fd3ba13758c5;p=oota-llvm.git Comment formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169358 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h index 541221552b5..4d69e4fef67 100644 --- a/include/llvm/Target/TargetRegisterInfo.h +++ b/include/llvm/Target/TargetRegisterInfo.h @@ -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;