OSDN Git Service

Don't check TLI.getOperationAction. The FastISel way is to
authorDan Gohman <gohman@apple.com>
Wed, 27 Aug 2008 18:15:05 +0000 (18:15 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 27 Aug 2008 18:15:05 +0000 (18:15 +0000)
commit151ed61a2f9c3482d35a54d502e7cd147f22a21b
tree55996bea2da401c80ccb45748a5ab680f34e57fa
parentad368ac2b5f303050e9aaa357e2b806fae38f81b
Don't check TLI.getOperationAction. The FastISel way is to
just try to do the action and let the tablegen-generated code
determine if there is target-support for an operation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55427 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp