[TableGen] Use 'isa' to identify UnsetInits rather than comparing with the singleton...
authorCraig Topper <craig.topper@gmail.com>
Wed, 22 Apr 2015 02:09:45 +0000 (02:09 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 22 Apr 2015 02:09:45 +0000 (02:09 +0000)
commitf8012eb8267209fc9172cd30939e496caa401fd7
tree51538de484c43cf0e3e52d65ba7d912b23503f4c
parent87b4c04980ada4c38620fe1e5aab3d3e0378fb0b
[TableGen] Use 'isa' to identify UnsetInits rather than comparing with the singleton object created by UnsetInit::get(). Makes it more consistent with the other types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235465 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/Record.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/DAGISelMatcherGen.cpp