From: Chris Lattner Date: Mon, 1 Sep 2003 20:44:42 +0000 (+0000) Subject: Add RPR prototype here X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3dc48c54de5bee2585c50e632ca3a41a7ce29cc8;p=oota-llvm.git Add RPR prototype here git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8314 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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