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:
parent
8ec3783590
commit
603a7af227
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user