commit | b8120770b447477b68047abecf07ce97b9693940 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sat Oct 10 01:32:21 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sat Oct 10 01:32:21 2009 +0000 |
tree | b1903216cc54ae2a75e5f5463f5c090077ba93a7 | |
parent | a22f2d86148963a8964e7d254b44069b7332adfe [diff] |
Create a new InstrEmitter class for translating SelectionDAG nodes into MachineInstrs. This is mostly just moving the code from ScheduleDAGSDNodesEmit.cpp into a new class. This decouples MachineInstr emitting from scheduling. llvm-svn: 83699