llvm-6502/include
Douglas Gregor 0179e97723 Switch isa_impl from a function template to a class template with a
static inline member function doit(). This enables the use of partial
specialization to override the last stage of the "isa" check.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99898 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-30 18:05:52 +00:00
..
llvm Switch isa_impl from a function template to a class template with a 2010-03-30 18:05:52 +00:00
llvm-c