[llvm-commits] [llvm] r55191 - in /llvm/trunk: include/llvm/CodeGen/FastISel.h lib/CodeGen/SelectionDAG/FastISel.cpp lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Chris Lattner
clattner at apple.com
Fri Aug 22 17:19:45 PDT 2008
On Aug 22, 2008, at 12:21 PM, Dan Gohman wrote:
> @@ -52,6 +53,7 @@
> BasicBlock::iterator
> SelectInstructions(BasicBlock::iterator Begin,
> BasicBlock::iterator End,
> DenseMap<const Value*, unsigned> &ValueMap,
> + std::map<const BasicBlock*, MachineBasicBlock
> *> &MBBMap,
> MachineBasicBlock *MBB);
Ouch, SD::MBBMap is still an std::map? Could it be a densemap?
-Chris
More information about the llvm-commits
mailing list