Typo. s/reserved/preserved/

llvm-svn: 197457
This commit is contained in:
Jim Grosbach 2013-12-17 02:01:13 +00:00
parent ea2db453dd
commit dde043b3fd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
//
// This file implements the RegisterClassInfo class which provides dynamic
// information about target register classes. Callee saved and reserved
// 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.
//