[llvm-commits] CVS: llvm/include/llvm/Transforms/Scalar.h

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 6 16:42:42 PST 2004



Changes in directory llvm/include/llvm/Transforms:

Scalar.h updated: 1.47 -> 1.48
---
Log message:

This is V9 specific stuff


---
Diffs of the changes:  (+0 -15)

Index: llvm/include/llvm/Transforms/Scalar.h
diff -u llvm/include/llvm/Transforms/Scalar.h:1.47 llvm/include/llvm/Transforms/Scalar.h:1.48
--- llvm/include/llvm/Transforms/Scalar.h:1.47	Mon Oct 18 16:08:12 2004
+++ llvm/include/llvm/Transforms/Scalar.h	Sat Nov  6 18:42:29 2004
@@ -86,21 +86,6 @@
 //
 FunctionPass *createScalarReplAggregatesPass();
 
-//===----------------------------------------------------------------------===//
-// 
-// DecomposeMultiDimRefs - Convert multi-dimensional references consisting of
-// any combination of 2 or more array and structure indices into a sequence of
-// instructions (using getelementpr and cast) so that each instruction has at
-// most one index (except structure references, which need an extra leading
-// index of [0]).
-
-// This pass decomposes all multi-dimensional references in a function.
-FunctionPass *createDecomposeMultiDimRefsPass();
-
-// This function decomposes a single instance of such a reference.
-// Return value: true if the instruction was replaced; false otherwise.
-// 
-bool DecomposeArrayRef(GetElementPtrInst* GEP);
 
 //===----------------------------------------------------------------------===//
 //






More information about the llvm-commits mailing list