remove a dead proto

llvm-svn: 29505
This commit is contained in:
Chris Lattner 2006-08-03 18:51:04 +00:00
parent f2c14591e6
commit 682ff0dd15
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ namespace llvm {
class IA64TargetMachine;
class FunctionPass;
class IntrinsicLowering;
/// createIA64DAGToDAGInstructionSelector - This pass converts an LLVM
/// function into IA64 machine code in a sane, DAG->DAG transform.