Code generation phases are not allowed to modify the LLVM representation.
authorChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2003 23:30:37 +0000 (23:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2003 23:30:37 +0000 (23:30 +0000)
commit1194e9501984daf0d3237ed1bf18a156173e7fd4
treed55c1b19cad57c64be3cdd2d52dfdb9ac03e8bf3
parent8d3f8e226d6cac7882e9ffe7482602a7521400c3
Code generation phases are not allowed to modify the LLVM representation.
Because of this, we'll make the MBB->BB mapping const as it should be

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7351 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineBasicBlock.h