diff options
Diffstat (limited to 'include/llvm/CodeGen/Passes.h')
-rw-r--r-- | include/llvm/CodeGen/Passes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index 5e93525ab4..89e8ba9b37 100644 --- a/include/llvm/CodeGen/Passes.h +++ b/include/llvm/CodeGen/Passes.h @@ -58,6 +58,10 @@ namespace llvm { /// extern const PassInfo *SimpleRegisterCoalescingID; + /// BreakCriticalMachineEdges pass. Breaks critical edges between + /// machine basic blocks. + extern const PassInfo *BreakCriticalMachineEdgesID; + /// TwoAddressInstruction pass - This pass reduces two-address instructions to /// use two operands. This destroys SSA information but it is desired by /// register allocators. |