diff options
author | Jim Grosbach <grosbach@apple.com> | 2013-12-17 02:18:02 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2013-12-17 02:18:02 +0000 |
commit | 04caa27387d8d3dad06f54479015354f512d80f0 (patch) | |
tree | 237c30f16c2d3e9490d1ff4f3c5ef90225cc8c43 /llvm/lib/CodeGen/RegisterClassInfo.cpp | |
parent | dde043b3fd93bb473d55402845849f1bd31c6e0a (diff) | |
download | bcm5719-llvm-04caa27387d8d3dad06f54479015354f512d80f0.tar.gz bcm5719-llvm-04caa27387d8d3dad06f54479015354f512d80f0.zip |
Make comment more explicit.
Re-reading the comment I updated in previous commit, it's better to make
it more explicit and avoid ambiguity more effectively.
llvm-svn: 197458
Diffstat (limited to 'llvm/lib/CodeGen/RegisterClassInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegisterClassInfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/RegisterClassInfo.cpp b/llvm/lib/CodeGen/RegisterClassInfo.cpp index b7424cb98f0..aa844466496 100644 --- a/llvm/lib/CodeGen/RegisterClassInfo.cpp +++ b/llvm/lib/CodeGen/RegisterClassInfo.cpp @@ -8,9 +8,9 @@ //===----------------------------------------------------------------------===// // // This file implements the RegisterClassInfo class which provides dynamic -// information about target register classes. Callee saved and preserved -// registers depends on calling conventions and other dynamic information, so -// some things cannot be determined statically. +// information about target register classes. Callee-saved vs. caller-saved and +// reserved registers depend on calling conventions and other dynamic +// information, so some things cannot be determined statically. // //===----------------------------------------------------------------------===// |