add a hook so that the new isel can run SDNodeXForms.

llvm-svn: 96714
This commit is contained in:
Chris Lattner 2010-02-21 03:15:11 +00:00
parent 090d76a5b1
commit 98b99aa401
1 changed files with 6 additions and 0 deletions

View File

@ -137,6 +137,12 @@ protected:
return false;
}
virtual SDValue RunSDNodeXForm(SDValue V, unsigned XFormNo) {
assert(0 && "Tblgen shoudl generate this!");
return SDValue();
}
// Calls to these functions are generated by tblgen.
SDNode *Select_INLINEASM(SDNode *N);
SDNode *Select_UNDEF(SDNode *N);