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:
35f4cf0
)
Reword comment slightly.
author
Eric Christopher
<echristo@apple.com>
Wed, 8 Dec 2010 22:21:42 +0000
(22:21 +0000)
committer
Eric Christopher
<echristo@apple.com>
Wed, 8 Dec 2010 22:21:42 +0000
(22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121293
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
index 1445abed2ee27a4b41ce474baa2a9ab7e87e93cb..3ba8b3690ad67842a1b98277954a1b5afaec4ec0 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
+++ b/
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
@@
-721,7
+721,7
@@
EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned,
// hook knows where in the block to insert the replacement code.
MBB->insert(InsertPos, MI);
- // Additional results must be
an physical register def
.
+ // Additional results must be
physical register defs
.
if (HasPhysRegOuts) {
for (unsigned i = II.getNumDefs(); i < NumResults; ++i) {
unsigned Reg = II.getImplicitDefs()[i - II.getNumDefs()];