llvm-6502/include
Chandler Carruth 9f7af7b748 Factor the logic for testing whether a basic block is viable for code
extraction into a public interface. Also clean it up and apply it more
consistently such that we check for landing pads *anywhere* in the
extracted code, not just in single-block extraction.

This will be used to guide decisions in passes that are planning to
eventually perform a round of code extraction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156114 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-03 22:26:53 +00:00
..
llvm Factor the logic for testing whether a basic block is viable for code 2012-05-03 22:26:53 +00:00
llvm-c [llvm-c] Make a few function declarations proper prototypes 2012-05-02 16:15:32 +00:00