projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d3a16f
)
lib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 26 Jan 2011 01:27:58 +0000
(
01:27
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 26 Jan 2011 01:27:58 +0000
(
01:27
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124267
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86RegisterInfo.cpp
b/lib/Target/X86/X86RegisterInfo.cpp
index 1faf6d922694aefcf4b9517e6de6e11700fbd234..73415349a2aaf18cda08eb5c0693e9296f82a2da 100644
(file)
--- a/
lib/Target/X86/X86RegisterInfo.cpp
+++ b/
lib/Target/X86/X86RegisterInfo.cpp
@@
-316,7
+316,7
@@
X86RegisterInfo::getPointerRegClass(unsigned Kind) const {
if (TM.getSubtarget<X86Subtarget>().is64Bit())
return &X86::GR64RegClass;
return &X86::GR32RegClass;
- case 1: // Normal G
RP
s except the stack pointer (for encoding reasons).
+ case 1: // Normal G
PR
s except the stack pointer (for encoding reasons).
if (TM.getSubtarget<X86Subtarget>().is64Bit())
return &X86::GR64_NOSPRegClass;
return &X86::GR32_NOSPRegClass;