diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-02-20 11:56:43 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-02-20 11:56:43 +0000 |
commit | c0dc9a491364f14ef702adb09a1f8f75e604ba42 (patch) | |
tree | 0e962df4ea1e26f1fe847c8378ecc1e7e7936247 /llvm/lib | |
parent | 50b958c07a0292a1fcc01c3e4427d804bd1e1e1b (diff) | |
download | bcm5719-llvm-c0dc9a491364f14ef702adb09a1f8f75e604ba42.tar.gz bcm5719-llvm-c0dc9a491364f14ef702adb09a1f8f75e604ba42.zip |
Strip trailing whitespace.
llvm-svn: 295653
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 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(), |