Fix pr4202: Disable CodePlacementOpt for ARM. The ARMConstantIslandPass has
authorBob Wilson <bob.wilson@apple.com>
Mon, 18 May 2009 20:55:32 +0000 (20:55 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 18 May 2009 20:55:32 +0000 (20:55 +0000)
commite6abdffe06d293b68c498251b5dc9f5dba78dece
tree7ee21e789b91333f2b9b00314ccfa763554e081e
parente2b201bac382464496758d789cddefa50690fbe3
Fix pr4202: Disable CodePlacementOpt for ARM.  The ARMConstantIslandPass has
to run last because it needs to know the exact size and position of every
basic block.  Currently CodePlacementOpt is set up to run last.  It might be
worthwhile to investigate reordering these passes, but for now, let's just
make it work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72037 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp