diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-11-28 18:27:02 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-11-28 18:27:02 +0000 |
commit | 7fc4a94bdd5fb2933fecf27ca0cf377e1dc70cb0 (patch) | |
tree | f3fedb87cab2bb5a8b5995189bcc57be1b8240a4 | |
parent | 2ada08536e30dbcbea21addc814f3bf8a394a4ee (diff) | |
download | external_llvm-7fc4a94bdd5fb2933fecf27ca0cf377e1dc70cb0.zip external_llvm-7fc4a94bdd5fb2933fecf27ca0cf377e1dc70cb0.tar.gz external_llvm-7fc4a94bdd5fb2933fecf27ca0cf377e1dc70cb0.tar.bz2 |
Remove debug code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31970 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/PPCISelLowering.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index e39040a..0168c8c 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/lib/Target/PowerPC/PPCISelLowering.cpp @@ -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; |