aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-15 17:30:06 +0000
committerChris Lattner <sabre@nondot.org>2001-10-15 17:30:06 +0000
commit81564a018fc9f5367701543b14d3f1204a063be4 (patch)
tree56d1562c92a3876e5168b7a2f93c5f2ae4d5f7fc
parentb8354a8e4f2cd93fa5f82a77b300f1d327354816 (diff)
File moved to: llvm/Transforms/HoistPHIConstants.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@833 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Optimizations/Normalize.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/llvm/Optimizations/Normalize.h b/include/llvm/Optimizations/Normalize.h
deleted file mode 100644
index aaf4a2d801..0000000000
--- a/include/llvm/Optimizations/Normalize.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//===-- Normalize.h - Functions that normalize code for the BE ---*- C++ -*--=//
-//
-// This file defines a family of transformations to normalize LLVM code for the
-// code generation passes, so that the back end doesn't have to worry about
-// annoying details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_OPT_NORMALIZE_H
-#define LLVM_OPT_NORMALIZE_H
-
-class Method;
-
-// NormalizePhiConstantArgs - Insert loads of constants that are arguments to
-// PHI in the appropriate predecessor basic block.
-//
-void NormalizePhiConstantArgs(Method *M);
-
-#endif /*LLVM_OPT_NORMALIZE_H*/