[llvm] r361403 - [TargetLowering] Add blank line (test commit)
Kees Cook via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 09:02:13 PDT 2019
Author: kees
Date: Wed May 22 09:02:13 2019
New Revision: 361403
URL: http://llvm.org/viewvc/llvm-project?rev=361403&view=rev
Log:
[TargetLowering] Add blank line (test commit)
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp?rev=361403&r1=361402&r2=361403&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp Wed May 22 09:02:13 2019
@@ -1739,6 +1739,7 @@ bool TargetLowering::SimplifyDemandedVec
DCI.AddToWorklist(Op.getNode());
DCI.CommitTargetLoweringOpt(TLO);
}
+
return Simplified;
}
More information about the llvm-commits
mailing list