Remove reference to dead GEPSplitterPass. PR11506.

llvm-svn: 146195
This commit is contained in:
Eli Friedman 2011-12-08 22:28:17 +00:00
parent db731be7b8
commit 83dcd7bc66
1 changed files with 0 additions and 6 deletions

View File

@ -307,12 +307,6 @@ FunctionPass *createCodeGenPreparePass(const TargetLowering *TLI = 0);
FunctionPass *createInstructionNamerPass();
extern char &InstructionNamerID;
//===----------------------------------------------------------------------===//
//
// GEPSplitter - Split complex GEPs into simple ones
//
FunctionPass *createGEPSplitterPass();
//===----------------------------------------------------------------------===//
//
// Sink - Code Sinking