Moved to Scalar/ directory.

llvm-svn: 1949
This commit is contained in:
Vikram S. Adve 2002-03-23 20:44:37 +00:00
parent 5d218dff24
commit 15352f6121
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
//===- llvm/Transforms/DecomposeArrayRefs.h - Lower array refs --*- C++ -*--=//
//
// DecomposeArrayRefs -
// Convert multi-dimensional array references into a sequence of
// instructions (using getelementpr and cast) so that each instruction
// has at most one array offset.
//
//===---------------------------------------------------------------------===//
#ifndef LLVM_TRANSFORMS_DECOMPOSEARRAYREFS_H
#define LLVM_TRANSFORMS_DECOMPOSEARRAYREFS_H
class Pass;
Pass *createDecomposeArrayRefsPass();
#endif