From 4ea620823f3f44105f7c209771135d39041dd54e Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Wed, 5 Dec 2012 06:47:06 +0000 Subject: [PATCH] Comment formatting. llvm-svn: 169358 --- include/llvm/Target/TargetRegisterInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;