SelectionDAGISel.h - remove Pass.h include and forward declarations. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 12 Apr 2020 11:49:29 +0000 (12:49 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 12 Apr 2020 11:49:29 +0000 (12:49 +0100)
commit9ad67737907e2a91f6e4c1403aae75e8e6a8dfb8
tree2bd6f01e3c0e1d25cf90acc8602d7fc8f1827cbb
parent0bd13e98cb4fbdab8069105723f5e793a4116c66
SelectionDAGISel.h - remove Pass.h include and forward declarations. NFC.

Remove Pass.h include - we don't use anything direct from the header and its implicitly included by MachineFunctionPass.h.
Remove unused forward declarations.
llvm/include/llvm/CodeGen/SelectionDAGISel.h