Typo. s/reserved/preserved/
authorJim Grosbach <grosbach@apple.com>
Tue, 17 Dec 2013 02:01:13 +0000 (02:01 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 17 Dec 2013 02:01:13 +0000 (02:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197457 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegisterClassInfo.cpp

index cacd7de4bbf2625aca23556ded1f94bdc283a8ae..b7424cb98f0ec627ac0631b852f415cbdcd8bc9d 100644 (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.
 //