projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8231e7
)
Minor formatting fix. NFC
author
Craig Topper
<craig.topper@gmail.com>
Sun, 6 Dec 2015 05:07:58 +0000
(
05:07
+0000)
committer
Craig Topper
<craig.topper@gmail.com>
Sun, 6 Dec 2015 05:07:58 +0000
(
05:07
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254871
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index
66ed570
..
e8f63b2
100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-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;
}