From: Jim Grosbach Date: Tue, 17 Dec 2013 02:01:13 +0000 (+0000) Subject: Typo. s/reserved/preserved/ X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=14c3c52ce89f425b82cc8fd6278ba0e8e15ba048;p=oota-llvm.git Typo. s/reserved/preserved/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197457 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegisterClassInfo.cpp b/lib/CodeGen/RegisterClassInfo.cpp index cacd7de4bbf..b7424cb98f0 100644 --- a/lib/CodeGen/RegisterClassInfo.cpp +++ b/lib/CodeGen/RegisterClassInfo.cpp @@ -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. //