Remove debug code.
authorJim Laskey <jlaskey@mac.com>
Tue, 28 Nov 2006 18:27:02 +0000 (18:27 +0000)
committerJim Laskey <jlaskey@mac.com>
Tue, 28 Nov 2006 18:27:02 +0000 (18:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31970 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index e39040acfb7b2074205099b9389b86047f4dc715..0168c8ca0e7b544b802bd8c5d630882147daaedf 100644 (file)
@@ -1267,8 +1267,6 @@ static SDNode *isBLACompatibleAddress(SDOperand Op, SelectionDAG &DAG) {
   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;