diff options
Diffstat (limited to 'include/llvm/CodeGen/Passes.h')
-rw-r--r-- | include/llvm/CodeGen/Passes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index 89e8ba9..5e93525 100644 --- a/include/llvm/CodeGen/Passes.h +++ b/include/llvm/CodeGen/Passes.h @@ -58,10 +58,6 @@ 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. |