summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterClassInfo.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2013-12-17 02:18:02 +0000
committerJim Grosbach <grosbach@apple.com>2013-12-17 02:18:02 +0000
commit0f7c8fd635a6e1dac7b8409c7a408bd3d50256ba (patch)
tree5eec0a7db934ae51ac026d5691cd3d1bd145a06a /lib/CodeGen/RegisterClassInfo.cpp
parent14c3c52ce89f425b82cc8fd6278ba0e8e15ba048 (diff)
downloadllvm-0f7c8fd635a6e1dac7b8409c7a408bd3d50256ba.tar.gz
llvm-0f7c8fd635a6e1dac7b8409c7a408bd3d50256ba.tar.bz2
llvm-0f7c8fd635a6e1dac7b8409c7a408bd3d50256ba.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197458 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegisterClassInfo.cpp')
-rw-r--r--lib/CodeGen/RegisterClassInfo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/RegisterClassInfo.cpp b/lib/CodeGen/RegisterClassInfo.cpp
index b7424cb98f..aa84446649 100644
--- a/lib/CodeGen/RegisterClassInfo.cpp
+++ b/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.
//
//===----------------------------------------------------------------------===//