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

llvm-svn: 22733
This commit is contained in:
Chris Lattner 2005-08-09 23:08:53 +00:00
parent 54ee86aca7
commit fc070f1fd2
1 changed files with 2 additions and 2 deletions

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.