1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Add RPR prototype here

llvm-svn: 8314
This commit is contained in:
Chris Lattner 2003-09-01 20:44:42 +00:00
parent 8ec3783590
commit 603a7af227

View File

@ -14,6 +14,14 @@ class GetElementPtrInst;
class PassInfo;
class TerminatorInst;
//===----------------------------------------------------------------------===//
//
// RaisePointerReferences - Try to eliminate as many pointer arithmetic
// expressions as possible, by converting expressions to use getelementptr and
// friends.
//
Pass *createRaisePointerReferencesPass();
//===----------------------------------------------------------------------===//
//
// Constant Propagation Pass - A worklist driven constant propagation pass