[llvm-commits] CVS: llvm/lib/Target/IA64/IA64.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 3 11:51:19 PDT 2006
Changes in directory llvm/lib/Target/IA64:
IA64.h updated: 1.5 -> 1.6
---
Log message:
remove a dead proto
---
Diffs of the changes: (+0 -1)
IA64.h | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/IA64/IA64.h
diff -u llvm/lib/Target/IA64/IA64.h:1.5 llvm/lib/Target/IA64/IA64.h:1.6
--- llvm/lib/Target/IA64/IA64.h:1.5 Mon Mar 13 17:20:37 2006
+++ llvm/lib/Target/IA64/IA64.h Thu Aug 3 13:51:04 2006
@@ -20,7 +20,6 @@
class IA64TargetMachine;
class FunctionPass;
-class IntrinsicLowering;
/// createIA64DAGToDAGInstructionSelector - This pass converts an LLVM
/// function into IA64 machine code in a sane, DAG->DAG transform.
More information about the llvm-commits
mailing list