remove a dead proto
authorChris Lattner <sabre@nondot.org>
Thu, 3 Aug 2006 18:51:04 +0000 (18:51 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Aug 2006 18:51:04 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29505 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/IA64/IA64.h

index f8cfbf1826743640413efba1efafc7fd58c1b4ac..e5b84e6bc1778d448462e150f8d0f99a8bc0c51b 100644 (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.