forked from OSchip/llvm-project
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
This commit is contained in:
parent
dde043b3fd
commit
04caa27387
|
@ -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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue