summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetRegisterInfo.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-12-05 06:47:06 +0000
committerAndrew Trick <atrick@apple.com>2012-12-05 06:47:06 +0000
commit83dbce2fc817fcb094a8958ca713fd3ba13758c5 (patch)
treed4749b354458aa1634ccaf41bf73f202e8332798 /include/llvm/Target/TargetRegisterInfo.h
parentb63ae85382ef6c8a2f434f8d1cf2eb1642b0b7e7 (diff)
downloadllvm-83dbce2fc817fcb094a8958ca713fd3ba13758c5.tar.gz
llvm-83dbce2fc817fcb094a8958ca713fd3ba13758c5.tar.bz2
llvm-83dbce2fc817fcb094a8958ca713fd3ba13758c5.tar.xz
Comment formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetRegisterInfo.h')
-rw-r--r--include/llvm/Target/TargetRegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h
index 541221552b..4d69e4fef6 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;