Always check the type of node. This prevents situations such as selecting 32-bit...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 4 Sep 2007 20:18:28 +0000 (20:18 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 4 Sep 2007 20:18:28 +0000 (20:18 +0000)
commit425e8c7eaee57e3c9dab6701bf2ae6872beab628
tree0aaddb8b427999b74188802ef00e2c5c6c489c5b
parent5fd22a84fdc870ac950d4a9b19ddbf0a942b1080
Always check the type of node. This prevents situations such as selecting 32-bit rotate target instruction for a 64-bit node when 64-bit pattern is missing.

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