From: Kees Cook Date: Wed, 22 May 2019 16:02:13 +0000 (+0000) Subject: [TargetLowering] Add blank line (test commit) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55cec7572ae1a02d2c1931de06d5b2e7c7c95e54;p=llvm [TargetLowering] Add blank line (test commit) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361403 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index ac45f4e08a7..74683fcf585 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -1739,6 +1739,7 @@ bool TargetLowering::SimplifyDemandedVectorElts(SDValue Op, DCI.AddToWorklist(Op.getNode()); DCI.CommitTargetLoweringOpt(TLO); } + return Simplified; }