llvm-6502/include/llvm/TableGen
Craig Topper be43b88fae [TableGen] Merge RecTy::typeIsConvertibleTo and RecTy::baseClassOf. NFC
typeIsConvertibleTo was just calling baseClassOf(this) on the argument passed to it, but there weren't different signatures for baseClassOf so passing 'this' didn't really do anything interesting. typeIsConvertibleTo could have just been a non-virtual method in RecTy. But since that would be kind of a silly method, I instead re-distributed the logic from baseClassOf into typeIsConvertibleTo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238648 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-30 07:36:01 +00:00
..
Error.h Reformat blank lines. 2014-05-12 03:32:56 +00:00
Main.h Reformat blank lines. 2014-05-12 03:32:56 +00:00
Record.h [TableGen] Merge RecTy::typeIsConvertibleTo and RecTy::baseClassOf. NFC 2015-05-30 07:36:01 +00:00
SetTheory.h [TableGen] Don't leak Expanders and Operators in SetTheory. 2015-04-24 06:49:44 +00:00
StringMatcher.h Reformat blank lines. 2014-05-12 03:32:56 +00:00
StringToOffsetTable.h Remove StringMap::GetOrCreateValue in favor of StringMap::insert 2014-11-19 05:49:42 +00:00
TableGenBackend.h [TableGen] Remove unnecessary include and just forward declare. NFC 2015-05-26 06:48:43 +00:00