diff options
-rw-r--r-- | include/llvm/Transforms/Scalar.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index d89650654e..50c6b21334 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -16,6 +16,14 @@ 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 // Pass *createConstantPropagationPass(); |