aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/Passes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/Passes.h')
-rw-r--r--include/llvm/CodeGen/Passes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h
index e07f7de12a..6357f0635b 100644
--- a/include/llvm/CodeGen/Passes.h
+++ b/include/llvm/CodeGen/Passes.h
@@ -61,6 +61,8 @@ namespace llvm {
/// This pass is still in development
extern const PassInfo *const StrongPHIEliminationID;
+ extern const PassInfo *const PreAllocSplittingID;
+
/// SimpleRegisterCoalescing pass. Aggressively coalesces every register
/// copy it can.
///