[llvm-commits] CVS: llvm/include/llvm/Transforms/Scalar.h
Reid Spencer
reid at x10sys.com
Sat Feb 3 15:16:24 PST 2007
Changes in directory llvm/include/llvm/Transforms:
Scalar.h updated: 1.70 -> 1.71
---
Log message:
For PR1072: http://llvm.org/PR1072 :
Removing -raise has neglible positive or negative side effects so we are
opting to remove it. See the PR for comparison details.
---
Diffs of the changes: (+0 -8)
Scalar.h | 8 --------
1 files changed, 8 deletions(-)
Index: llvm/include/llvm/Transforms/Scalar.h
diff -u llvm/include/llvm/Transforms/Scalar.h:1.70 llvm/include/llvm/Transforms/Scalar.h:1.71
--- llvm/include/llvm/Transforms/Scalar.h:1.70 Thu Jan 25 17:23:25 2007
+++ llvm/include/llvm/Transforms/Scalar.h Sat Feb 3 17:15:56 2007
@@ -28,14 +28,6 @@
//===----------------------------------------------------------------------===//
//
-// 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();
More information about the llvm-commits
mailing list