diff options
author | Eric Christopher <echristo@apple.com> | 2008-09-24 08:30:44 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2008-09-24 08:30:44 +0000 |
commit | 83e05c48de05d66a6f664a3e6631692b5baae6e2 (patch) | |
tree | 6630ddba88d0d3f83fe71cb6dc2350fd985e9c07 /include/llvm/CodeGen | |
parent | df0c7bc52d206782872b54a38a3374f0317ce6ff (diff) | |
download | external_llvm-83e05c48de05d66a6f664a3e6631692b5baae6e2.zip external_llvm-83e05c48de05d66a6f664a3e6631692b5baae6e2.tar.gz external_llvm-83e05c48de05d66a6f664a3e6631692b5baae6e2.tar.bz2 |
Temporarily revert r56550 until missing commit can be added.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 6ca8a8c..95c30c6 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -697,15 +697,9 @@ public: /// at least that alignment. SDValue CreateStackTemporary(MVT VT, unsigned minAlign = 1); - /// FoldConstantArithmetic - - SDValue FoldConstantArithmetic(unsigned Opcode, - MVT VT, - ConstantSDNode *Cst1, - ConstantSDNode *Cst2); - /// FoldSetCC - Constant fold a setcc to true or false. SDValue FoldSetCC(MVT VT, SDValue N1, - SDValue N2, ISD::CondCode Cond); + SDValue N2, ISD::CondCode Cond); /// SignBitIsZero - Return true if the sign bit of Op is known to be zero. We /// use this predicate to simplify operations downstream. |