summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-02-20 11:56:43 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-02-20 11:56:43 +0000
commitc0dc9a491364f14ef702adb09a1f8f75e604ba42 (patch)
tree0e962df4ea1e26f1fe847c8378ecc1e7e7936247 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
parent50b958c07a0292a1fcc01c3e4427d804bd1e1e1b (diff)
downloadbcm5719-llvm-c0dc9a491364f14ef702adb09a1f8f75e604ba42.tar.gz
bcm5719-llvm-c0dc9a491364f14ef702adb09a1f8f75e604ba42.zip
Strip trailing whitespace.
llvm-svn: 295653
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
-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 0f8eef2778e..694ca96176a 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -6161,7 +6161,7 @@ SDValue DAGCombiner::visitMLOAD(SDNode *N) {
ISD::NON_EXTLOAD, MLD->isExpandingLoad());
Ptr = TLI.IncrementMemoryAddress(Ptr, MaskLo, DL, LoMemVT, DAG,
- MLD->isExpandingLoad());
+ MLD->isExpandingLoad());
MMO = DAG.getMachineFunction().
getMachineMemOperand(MLD->getPointerInfo(),
OpenPOWER on IntegriCloud