Skip to content
Commit 320d54a2 authored by Bob Wilson's avatar Bob Wilson
Browse files

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.

llvm-svn: 72037
parent c61d0bd8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment