Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.234 -> 1.235 --- Log message: Remove debug code. --- Diffs of the changes: (+0 -2) PPCISelLowering.cpp | 2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/Target/PowerPC/PPCISelLowering.cpp diff -u llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.234 llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.235 --- llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.234 Tue Nov 28 08:53:52 2006 +++ llvm/lib/Target/PowerPC/PPCISelLowering.cpp Tue Nov 28 12:27:02 2006 @@ -1267,8 +1267,6 @@ return DAG.getConstant((int)C->getValue() >> 2, MVT::i32).Val; } -#include <iostream> - static SDOperand LowerCALL(SDOperand Op, SelectionDAG &DAG) { SDOperand Chain = Op.getOperand(0); bool isVarArg = cast<ConstantSDNode>(Op.getOperand(2))->getValue() != 0; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits