I can't believe I caught this before Misha! :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-09 23:08:53 +00:00
parent c7e18a10d4
commit 4cf009f49c

View File

@ -207,8 +207,8 @@ private:
// Try to simplify a setcc built with the specified operands and cc. If
// unable to simplify it, return a null SDOperand.
SDOperand SimplfySetCC(MVT::ValueType VT, SDOperand N1,
SDOperand N2, ISD::CondCode Cond);
SDOperand SimplifySetCC(MVT::ValueType VT, SDOperand N1,
SDOperand N2, ISD::CondCode Cond);
// Maps to auto-CSE operations.