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:
73f50d9
)
The index stored in the RegDefIter is one after the current index. When getting...
author
Owen Anderson
<resistor@mac.com>
Mon, 27 Jun 2011 18:34:12 +0000
(18:34 +0000)
committer
Owen Anderson
<resistor@mac.com>
Mon, 27 Jun 2011 18:34:12 +0000
(18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133923
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
b/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
index 3ad2bd6ca649602f0699d2b96ce8845e9a55d59c..9c27b2ea02ec2b6d46b976e0118fb2562b6308e3 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
+++ b/
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
@@
-140,7
+140,7
@@
namespace llvm {
}
unsigned GetIdx() const {
- return DefIdx;
+ return DefIdx
-1
;
}
void Advance();