[all-commits] [llvm/llvm-project] e13c14: [SelectionDAGBuilder] Use CallBase::isInlineAsm in...
topperc via All-commits
all-commits at lists.llvm.org
Mon Apr 27 23:01:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e13c141a91393c6414e1f06b68380a31626a0f18
https://github.com/llvm/llvm-project/commit/e13c141a91393c6414e1f06b68380a31626a0f18
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
[SelectionDAGBuilder] Use CallBase::isInlineAsm in a couple places. NFC
These lines were just changed from using CallBase::getCalledValue
to getCallledOperand. Go aheand change them to isInlineAsm.
More information about the All-commits
mailing list