Strip trailing whitespace. NFCI

llvm-svn: 308108
This commit is contained in:
Simon Pilgrim 2017-07-15 19:29:19 +00:00
parent af88a910fd
commit e7a2e6bdf1
1 changed files with 1 additions and 1 deletions

View File

@ -13001,7 +13001,7 @@ bool DAGCombiner::MergeConsecutiveStores(StoreSDNode *St) {
SDValue NewStoreChain = getMergeStoreChains(StoreNodes, NumElem);
AddToWorklist(NewStoreChain.getNode());
MachineMemOperand::Flags MMOFlags = isDereferenceable ?
MachineMemOperand::Flags MMOFlags = isDereferenceable ?
MachineMemOperand::MODereferenceable:
MachineMemOperand::MONone;