diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-11-07 00:42:29 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-11-07 00:42:29 +0000 |
| commit | bf5d39fe3e3e1d698b565375977e61577eeb952a (patch) | |
| tree | 365997cb0e15396da50eb63fdc64c04be2634478 /llvm | |
| parent | 595016d09091dc703c6285b6e7bb3a1581e189d3 (diff) | |
| download | bcm5719-llvm-bf5d39fe3e3e1d698b565375977e61577eeb952a.tar.gz bcm5719-llvm-bf5d39fe3e3e1d698b565375977e61577eeb952a.zip | |
This is V9 specific stuff
llvm-svn: 17546
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Transforms/Scalar.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/include/llvm/Transforms/Scalar.h b/llvm/include/llvm/Transforms/Scalar.h index 5515c6a59e6..5d21d78f76f 100644 --- a/llvm/include/llvm/Transforms/Scalar.h +++ b/llvm/include/llvm/Transforms/Scalar.h @@ -86,21 +86,6 @@ FunctionPass *createAggressiveDCEPass(); // 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); //===----------------------------------------------------------------------===// // |

