commit | d8b192ba3ba41d719f2d4272322dd14e3b820c5b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed May 03 00:32:55 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed May 03 00:32:55 2006 +0000 |
tree | ab2d4c616d2142f8d0291d8334f21d238ab43717 | |
parent | 0267807ddc619e08c220d7d041c34fb585f0696f [diff] [blame] |
Change the BasicBlockAddrs map to be a vector, indexed by MBB number. llvm-svn: 28069
diff --git a/llvm/lib/CodeGen/ELFWriter.cpp b/llvm/lib/CodeGen/ELFWriter.cpp index 69302a3..780ba54 100644 --- a/llvm/lib/CodeGen/ELFWriter.cpp +++ b/llvm/lib/CodeGen/ELFWriter.cpp
@@ -71,7 +71,7 @@ } virtual void emitJumpTableInfo(MachineJumpTableInfo *MJTI, - std::map<MachineBasicBlock*,uint64_t> &MBBM){ + std::vector<uint64_t> &MBBM) { assert(0 && "JT not implementated yet!"); }