diff options
| author | Andrew Trick <atrick@apple.com> | 2012-12-05 06:47:06 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2012-12-05 06:47:06 +0000 |
| commit | 83dbce2fc817fcb094a8958ca713fd3ba13758c5 (patch) | |
| tree | d4749b354458aa1634ccaf41bf73f202e8332798 | |
| parent | b63ae85382ef6c8a2f434f8d1cf2eb1642b0b7e7 (diff) | |
Comment formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169358 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | include/llvm/Target/TargetRegisterInfo.h | 2 |
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; |
