Remove check for sub class of X86Inst from filter function since caller guaranteed...
authorCraig Topper <craig.topper@gmail.com>
Mon, 30 Jul 2012 05:39:34 +0000 (05:39 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 30 Jul 2012 05:39:34 +0000 (05:39 +0000)
commit24fd0ddf3136ad7dec6c554f3a97f2d24fe2027f
treebfd9a1e758de62c0041b1bf5df6708f0f9d8ba84
parent50c5c8275e576c2129a4ab6146ca4226dcdfe6fe
Remove check for sub class of X86Inst from filter function since caller guaranteed it. Replace another sub class check with ShouldBeEmitted flag since it was factored in there already.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160949 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/X86RecognizableInstr.cpp