summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-07-20 10:43:52 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-07-20 10:43:52 +0000
commitb9ff25df5937021a892fb240193d4ea81413c10b (patch)
tree56f610c32a2ecebe33cd6670c65d8893e800efc8 /llvm
parent7ff0e49d8c18c837113ca357886fc7aa0f5dd779 (diff)
downloadbcm5719-llvm-b9ff25df5937021a892fb240193d4ea81413c10b.tar.gz
bcm5719-llvm-b9ff25df5937021a892fb240193d4ea81413c10b.zip
Remove trailing whitespace. NFCI.
llvm-svn: 308601
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 99ece601f56..947b7070a1a 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -7791,7 +7791,7 @@ SDValue DAGCombiner::visitANY_EXTEND(SDNode *N) {
ISD::ANY_EXTEND);
// If the load value is used only by N, replace it via CombineTo N.
bool NoReplaceTrunc = N0.hasOneUse();
- CombineTo(N, ExtLoad);
+ CombineTo(N, ExtLoad);
if (NoReplaceTrunc)
DAG.ReplaceAllUsesOfValueWith(SDValue(LN0, 1), ExtLoad.getValue(1));
else
OpenPOWER on IntegriCloud