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:
10a6b7a
)
Delete an unused constructor.
author
Dan Gohman
<gohman@apple.com>
Mon, 28 Apr 2008 18:28:49 +0000
(18:28 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 28 Apr 2008 18:28:49 +0000
(18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50367
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 93de65239834125eea73f233d660cd86d262c4e7..496051f55118cc009f620de46b922c66a0534f9e 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@
-152,9
+152,6
@@
namespace {
RegsForValue() : TLI(0) {}
- RegsForValue(const TargetLowering &tli,
- unsigned Reg, MVT::ValueType regvt, MVT::ValueType valuevt)
- : TLI(&tli), ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(1, Reg) {}
RegsForValue(const TargetLowering &tli,
const SmallVector<unsigned, 4> ®s,
MVT::ValueType regvt, MVT::ValueType valuevt)