From: Chris Lattner Date: Mon, 15 Oct 2001 17:30:06 +0000 (+0000) Subject: File moved to: llvm/Transforms/HoistPHIConstants.h X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=81564a018fc9f5367701543b14d3f1204a063be4;p=oota-llvm.git File moved to: llvm/Transforms/HoistPHIConstants.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@833 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Optimizations/Normalize.h b/include/llvm/Optimizations/Normalize.h deleted file mode 100644 index aaf4a2d801e..00000000000 --- 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*/