1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

remove a dead prototype

llvm-svn: 27882
This commit is contained in:
Chris Lattner 2006-04-20 15:45:54 +00:00
parent e2b150550a
commit 0b321ad43f

View File

@ -296,10 +296,6 @@ FunctionPass *createLowerGCPass();
// through conditional branches.
FunctionPass *createBlockPlacementPass();
//===----------------------------------------------------------------------===//
// This pass does partial redundancy elimination.
FunctionPass *createPREPass();
} // End llvm namespace
#endif