mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-19 03:24:09 +00:00
Start on my todo list
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user