mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 10:32:56 +00:00
Minor formatting fix. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254871 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8231e7f59
commit
eb32659b9c
@ -664,7 +664,7 @@ public:
|
||||
/// to which the glue operand points. Otherwise return NULL.
|
||||
SDNode *getGluedNode() const {
|
||||
if (getNumOperands() != 0 &&
|
||||
getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
|
||||
getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
|
||||
return getOperand(getNumOperands()-1).getNode();
|
||||
return nullptr;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user