summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterClassInfo.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2013-12-17 02:01:13 +0000
committerJim Grosbach <grosbach@apple.com>2013-12-17 02:01:13 +0000
commit14c3c52ce89f425b82cc8fd6278ba0e8e15ba048 (patch)
treed0be1bd42e6c65caaa90f398dc75a18bab778884 /lib/CodeGen/RegisterClassInfo.cpp
parent26b52a78dc2403feea2def3c41bd7f23769fc8db (diff)
downloadllvm-14c3c52ce89f425b82cc8fd6278ba0e8e15ba048.tar.gz
llvm-14c3c52ce89f425b82cc8fd6278ba0e8e15ba048.tar.bz2
llvm-14c3c52ce89f425b82cc8fd6278ba0e8e15ba048.tar.xz
Typo. s/reserved/preserved/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197457 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegisterClassInfo.cpp')
-rw-r--r--lib/CodeGen/RegisterClassInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegisterClassInfo.cpp b/lib/CodeGen/RegisterClassInfo.cpp
index cacd7de4bb..b7424cb98f 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.
//