back out accidental commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-01-06 19:19:32 +00:00
parent f07b9a76e5
commit e4b83877d5

View File

@ -337,12 +337,6 @@ FunctionPass *createGVNPREPass();
//
FunctionPass *createGVNPass();
//===----------------------------------------------------------------------===//
//
// ValueInfo - This pass performs FIXME
//
FunctionPass *createValueInfoPass();
//===----------------------------------------------------------------------===//
//
// CodeGenPrepare - This pass prepares a function for instruction selection.