aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-03 23:15:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-03 23:15:56 +0000
commit7ba98a90008727e2fa0dfc1787cad71e1b6021eb (patch)
tree3771eb020732050a9fb5db800b223bb96ff15afd /include/llvm/Transforms
parenta49fd07ec6a8a667d9f666ef3560d5d1a64bcc12 (diff)
downloadexternal_llvm-7ba98a90008727e2fa0dfc1787cad71e1b6021eb.zip
external_llvm-7ba98a90008727e2fa0dfc1787cad71e1b6021eb.tar.gz
external_llvm-7ba98a90008727e2fa0dfc1787cad71e1b6021eb.tar.bz2
For PR1072:
Removing -raise has neglible positive or negative side effects so we are opting to remove it. See the PR for comparison details. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33844 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r--include/llvm/Transforms/Scalar.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index ea5692b..ff6fbf0 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/include/llvm/Transforms/Scalar.h
@@ -28,14 +28,6 @@ class TargetLowering;
//===----------------------------------------------------------------------===//
//
-// RaisePointerReferences - Try to eliminate as many pointer arithmetic
-// expressions as possible, by converting expressions to use getelementptr and
-// friends.
-//
-FunctionPass *createRaisePointerReferencesPass();
-
-//===----------------------------------------------------------------------===//
-//
// ConstantPropagation - A worklist driven constant propagation pass
//
FunctionPass *createConstantPropagationPass();