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:
56d77c7
)
kill off the last use of TRI::AsmName.
author
Chris Lattner
<sabre@nondot.org>
Sun, 13 Sep 2009 22:42:03 +0000
(22:42 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 13 Sep 2009 22:42:03 +0000
(22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81727
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index e60a945580890196fccd1873bf9aafe44f24970e..6f0b3ca8e8d5b024107aae4d5adac2f4e49f0337 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@
-2346,7
+2346,7
@@
getRegForInlineAsmConstraint(const std::string &Constraint,
for (TargetRegisterClass::iterator I = RC->begin(), E = RC->end();
I != E; ++I) {
- if (StringsEqualNoCase(RegName, RI->get
(*I).AsmName
))
+ if (StringsEqualNoCase(RegName, RI->get
Name(*I)
))
return std::make_pair(*I, RC);
}
}