[RISCV] Reset NoPHIS MachineFunctionProperty in emitSelectPseudo
authorAlex Bradbury <asb@lowrisc.org>
Thu, 18 Jul 2019 07:52:41 +0000 (07:52 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Thu, 18 Jul 2019 07:52:41 +0000 (07:52 +0000)
commitb8d352a08bc6530a9de442af8f55649199481f1b
tree07597ce0a026a18cd0457f0e5a188839d426de5b
parent0ffa833d54707c9d8d83f10ab7019a70c18885ca
[RISCV] Reset NoPHIS MachineFunctionProperty in emitSelectPseudo

We insered PHIS were there were none before, so the property must be
reset. This error was found on an EXPENSIVE_CHECKS build.

llvm-svn: 366412
llvm/lib/Target/RISCV/RISCVISelLowering.cpp