From 3dc48c54de5bee2585c50e632ca3a41a7ce29cc8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Sep 2003 20:44:42 +0000 Subject: [PATCH] Add RPR prototype here git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8314 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Scalar.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.34.1