summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-05-11 10:03:05 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-05-11 10:03:05 +0000
commita4a13a0da08ad2f985f7f7f5dc3cf1b998d4fb3e (patch)
tree7b3afb0e5138d4fa0d1238f2bbfe437080b20c23 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parent456218438a2fc5175d9f77f7bcd38dbea83a5fcf (diff)
downloadbcm5719-llvm-a4a13a0da08ad2f985f7f7f5dc3cf1b998d4fb3e.tar.gz
bcm5719-llvm-a4a13a0da08ad2f985f7f7f5dc3cf1b998d4fb3e.zip
Strip trailing whitespace. NFCI.
llvm-svn: 302784
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index ab1eaae164b..0bf46d0724c 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -7621,7 +7621,7 @@ bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, APInt &SplatUndef,
return false;
// FIXME: The widths are based on this node's type, but build vectors can
- // truncate their operands.
+ // truncate their operands.
SplatValue = APInt(VecWidth, 0);
SplatUndef = APInt(VecWidth, 0);
OpenPOWER on IntegriCloud