forked from OSchip/llvm-project
I can't believe I caught this before Misha! :)
llvm-svn: 22733
This commit is contained in:
parent
54ee86aca7
commit
fc070f1fd2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue