IR: Get rid of an unimplemented member function prototype
This commit is contained in:
parent
4f75590fdb
commit
47fc72f0a8
|
@ -428,7 +428,6 @@ private:
|
||||||
InstLoc FoldShrl(InstLoc Op1, InstLoc Op2);
|
InstLoc FoldShrl(InstLoc Op1, InstLoc Op2);
|
||||||
InstLoc FoldXor(InstLoc Op1, InstLoc Op2);
|
InstLoc FoldXor(InstLoc Op1, InstLoc Op2);
|
||||||
InstLoc FoldBranchCond(InstLoc Op1, InstLoc Op2);
|
InstLoc FoldBranchCond(InstLoc Op1, InstLoc Op2);
|
||||||
InstLoc FoldIdleBranch(InstLoc Op1, InstLoc Op2);
|
|
||||||
InstLoc FoldICmp(unsigned Opcode, InstLoc Op1, InstLoc Op2);
|
InstLoc FoldICmp(unsigned Opcode, InstLoc Op1, InstLoc Op2);
|
||||||
InstLoc FoldICmpCRSigned(InstLoc Op1, InstLoc Op2);
|
InstLoc FoldICmpCRSigned(InstLoc Op1, InstLoc Op2);
|
||||||
InstLoc FoldICmpCRUnsigned(InstLoc Op1, InstLoc Op2);
|
InstLoc FoldICmpCRUnsigned(InstLoc Op1, InstLoc Op2);
|
||||||
|
|
Loading…
Reference in New Issue