From: Jim Grosbach Date: Tue, 17 Dec 2013 02:18:02 +0000 (+0000) Subject: Make comment more explicit. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0f7c8fd635a6e1dac7b8409c7a408bd3d50256ba;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/RegisterClassInfo.cpp b/lib/CodeGen/RegisterClassInfo.cpp index b7424cb98f0..aa844466496 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. // //===----------------------------------------------------------------------===//