mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +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:
@ -25,7 +25,6 @@
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/CodeGen/SelectionDAGNodes.h"
|
||||
#include <map>
|
||||
#include <list>
|
||||
|
||||
namespace llvm {
|
||||
class Value;
|
||||
@ -654,9 +653,9 @@ public:
|
||||
// Div utility functions
|
||||
//
|
||||
SDOperand BuildSDIV(SDNode *N, SelectionDAG &DAG,
|
||||
std::list<SDNode*>* Created) const;
|
||||
std::vector<SDNode*>* Created) const;
|
||||
SDOperand BuildUDIV(SDNode *N, SelectionDAG &DAG,
|
||||
std::list<SDNode*>* Created) const;
|
||||
std::vector<SDNode*>* Created) const;
|
||||
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user