[tablegen] Use hasPredCode()/hasImmCode() instead of...
[tablegen] Use hasPredCode()/hasImmCode() instead of getPredCode().empty()/getImmCode().empty(). NFC These are cheaper ways of testing for the presence of code than generating the C++ code and testing it's empty. llvm-svn: 315872
Loading
Please register or sign in to comment