[SelectionDAGISel] small cleanup to INLINEASM_BR selection. NFC
authorNick Desaulniers <ndesaulniers@google.com>
Mon, 30 Mar 2020 22:32:02 +0000 (15:32 -0700)
committerNick Desaulniers <ndesaulniers@google.com>
Mon, 30 Mar 2020 22:32:06 +0000 (15:32 -0700)
commitf0869417652f494a58a882ebd4d86bfcf6cf73ea
tree6c10645a60c84635f912b75f463232582d5dab0d
parent51475e4023650c007b77a84cc8606923baa944dc
[SelectionDAGISel] small cleanup to INLINEASM_BR selection. NFC

Summary:
This code was throwing away the opcode for a boolean, which was then
reconstructing the opcode from that boolean.  Just pass the opcode, and
forget the boolean.

Reviewers: srhines

Reviewed By: srhines

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77100
llvm/include/llvm/CodeGen/SelectionDAGISel.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp