summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLowering.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-06-12 16:07:18 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-06-12 16:07:18 +0000
commit0e57b2cb9235675493b64b105ed4a0a1c07be71d (patch)
tree066aae075f3e4d2fed5ce4979ee17c5220a847e6 /llvm/lib/Target/TargetLowering.cpp
parent4e76015e0b3aa44728f9cb5d5151ad61f0c3e90d (diff)
downloadbcm5719-llvm-0e57b2cb9235675493b64b105ed4a0a1c07be71d.tar.gz
bcm5719-llvm-0e57b2cb9235675493b64b105ed4a0a1c07be71d.zip
Start on my todo list
llvm-svn: 28752
Diffstat (limited to 'llvm/lib/Target/TargetLowering.cpp')
-rw-r--r--llvm/lib/Target/TargetLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/TargetLowering.cpp b/llvm/lib/Target/TargetLowering.cpp
index 15a60aafa8a..f4e807009b6 100644
--- a/llvm/lib/Target/TargetLowering.cpp
+++ b/llvm/lib/Target/TargetLowering.cpp
@@ -1511,7 +1511,7 @@ static mu magicu64(uint64_t d)
/// multiplying by a magic number. See:
/// <http://the.wall.riscom.net/books/proc/ppc/cwg/code2.html>
SDOperand TargetLowering::BuildSDIV(SDNode *N, SelectionDAG &DAG,
- std::list<SDNode*>* Created) const {
+ std::vector<SDNode*>* Created) const {
MVT::ValueType VT = N->getValueType(0);
// Check to see if we can do this.
@@ -1559,7 +1559,7 @@ SDOperand TargetLowering::BuildSDIV(SDNode *N, SelectionDAG &DAG,
/// multiplying by a magic number. See:
/// <http://the.wall.riscom.net/books/proc/ppc/cwg/code2.html>
SDOperand TargetLowering::BuildUDIV(SDNode *N, SelectionDAG &DAG,
- std::list<SDNode*>* Created) const {
+ std::vector<SDNode*>* Created) const {
MVT::ValueType VT = N->getValueType(0);
// Check to see if we can do this.
OpenPOWER on IntegriCloud