remove the DisablePatternForFastISel predicate, which is a check
authorChris Lattner <sabre@nondot.org>
Sun, 14 Feb 2010 21:11:53 +0000 (21:11 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Feb 2010 21:11:53 +0000 (21:11 +0000)
commitc87bf389dc48935a0347f117fc1df739d0eb8430
tree2429f4156b2a794566448cbbf468dfdf1f08d29a
parent383fed9c7aa3b09195bcc2f5f2635ff8bc7819e3
remove the DisablePatternForFastISel predicate, which is a check
that predated -fast-isel which attempted to speed up the dag pattern
matchers at -O0.  Since fast-isel is around, this is basically
obsolete and removing it shrinks the generated dag isels.

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