mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
File moved to: llvm/Transforms/HoistPHIConstants.h
llvm-svn: 833
This commit is contained in:
parent
b19c5a1332
commit
6a4db15e88
@ -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*/
|
Loading…
Reference in New Issue
Block a user