diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index d89650654ef..50c6b213349 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -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