mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
fastisel doesn't need DwarfWriter, remove some tendricles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -50,7 +50,6 @@ namespace llvm {
|
||||
class MachineModuleInfo;
|
||||
class MCContext;
|
||||
class MCExpr;
|
||||
class DwarfWriter;
|
||||
class SDNode;
|
||||
class SDValue;
|
||||
class SelectionDAG;
|
||||
@@ -1273,8 +1272,7 @@ public:
|
||||
/// createFastISel - This method returns a target specific FastISel object,
|
||||
/// or null if the target does not support "fast" ISel.
|
||||
virtual FastISel *
|
||||
createFastISel(MachineFunction &,
|
||||
MachineModuleInfo *, DwarfWriter *,
|
||||
createFastISel(MachineFunction &, MachineModuleInfo *,
|
||||
DenseMap<const Value *, unsigned> &,
|
||||
DenseMap<const BasicBlock *, MachineBasicBlock *> &,
|
||||
DenseMap<const AllocaInst *, int> &
|
||||
|
Reference in New Issue
Block a user