diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-07-20 10:43:52 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-07-20 10:43:52 +0000 |
| commit | b9ff25df5937021a892fb240193d4ea81413c10b (patch) | |
| tree | 56f610c32a2ecebe33cd6670c65d8893e800efc8 /llvm/lib | |
| parent | 7ff0e49d8c18c837113ca357886fc7aa0f5dd779 (diff) | |
| download | bcm5719-llvm-b9ff25df5937021a892fb240193d4ea81413c10b.tar.gz bcm5719-llvm-b9ff25df5937021a892fb240193d4ea81413c10b.zip | |
Remove trailing whitespace. NFCI.
llvm-svn: 308601
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 |
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 |

