summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitdde043b3fd93bb473d55402845849f1bd31c6e0a (patch)
treed94c1502235e2e010dc797ba2b2ccea737422af9 /llvm/lib/CodeGen/RegisterClassInfo.cpp
parentea2db453dd1be029c6714aace3ed5b0e5d72b86b (diff)
downloadbcm5719-llvm-dde043b3fd93bb473d55402845849f1bd31c6e0a.tar.gz
bcm5719-llvm-dde043b3fd93bb473d55402845849f1bd31c6e0a.zip
Typo. s/reserved/preserved/
llvm-svn: 197457
Diffstat (limited to 'llvm/lib/CodeGen/RegisterClassInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/RegisterClassInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterClassInfo.cpp b/llvm/lib/CodeGen/RegisterClassInfo.cpp
index cacd7de4bbf..b7424cb98f0 100644
--- a/llvm/lib/CodeGen/RegisterClassInfo.cpp
+++ b/llvm/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.
//
OpenPOWER on IntegriCloud