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:
35e6d4d
)
Capitalize the unsigned part of the initializer.
author
Eric Christopher
<echristo@apple.com>
Thu, 30 Jun 2011 23:59:16 +0000
(23:59 +0000)
committer
Eric Christopher
<echristo@apple.com>
Thu, 30 Jun 2011 23:59:16 +0000
(23:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134211
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMISelLowering.cpp
b/lib/Target/ARM/ARMISelLowering.cpp
index 09e1cc8dad4d8e432bfe75857f6af4a5719cdeda..7828447875cdc8d2e21ab8fba4629c37ffd18be2 100644
(file)
--- a/
lib/Target/ARM/ARMISelLowering.cpp
+++ b/
lib/Target/ARM/ARMISelLowering.cpp
@@
-7544,7
+7544,7
@@
ARMTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
if (Subtarget->isThumb())
return RCPair(0U, ARM::hGPRRegisterClass);
else
- return RCPair(0
u
, static_cast<const TargetRegisterClass*>(0));
+ return RCPair(0
U
, static_cast<const TargetRegisterClass*>(0));
case 'r':
return RCPair(0U, ARM::GPRRegisterClass);
case 'w':