diff options
author | Kees Cook <keescook@google.com> | 2019-05-22 16:02:13 +0000 |
---|---|---|
committer | Kees Cook <keescook@google.com> | 2019-05-22 16:02:13 +0000 |
commit | a7a687e500042f078c8a0f6ca0e947e93af4de5f (patch) | |
tree | 6e672d567456cf2682db8612ddb6bf6977eda823 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 09fb2029e5420e12a3f9c47d8c55b2d715df0e05 (diff) | |
download | bcm5719-llvm-a7a687e500042f078c8a0f6ca0e947e93af4de5f.tar.gz bcm5719-llvm-a7a687e500042f078c8a0f6ca0e947e93af4de5f.zip |
[TargetLowering] Add blank line (test commit)
llvm-svn: 361403
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index ac45f4e08a7..74683fcf585 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -1739,6 +1739,7 @@ bool TargetLowering::SimplifyDemandedVectorElts(SDValue Op, DCI.AddToWorklist(Op.getNode()); DCI.CommitTargetLoweringOpt(TLO); } + return Simplified; } |