]> granicus.if.org Git - llvm/commitdiff
[TargetLowering] Add blank line (test commit)
authorKees Cook <keescook@google.com>
Wed, 22 May 2019 16:02:13 +0000 (16:02 +0000)
committerKees Cook <keescook@google.com>
Wed, 22 May 2019 16:02:13 +0000 (16:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361403 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index ac45f4e08a75f622eebacab9e389c25c7c9ca3fb..74683fcf585957437e880cc3db01c99b93005c40 100644 (file)
@@ -1739,6 +1739,7 @@ bool TargetLowering::SimplifyDemandedVectorElts(SDValue Op,
     DCI.AddToWorklist(Op.getNode());
     DCI.CommitTargetLoweringOpt(TLO);
   }
+
   return Simplified;
 }