[all-commits] [llvm/llvm-project] 876961: Remove unnecessary 'rm' in llvm-reduce tests
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Jul 9 10:49:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8769611f0af2598177d8d03ad6dbbe064210bfed
https://github.com/llvm/llvm-project/commit/8769611f0af2598177d8d03ad6dbbe064210bfed
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M llvm/test/Reduce/remove-args.ll
M llvm/test/Reduce/remove-funcs.ll
M llvm/test/Reduce/remove-global-vars.ll
M llvm/test/Reduce/remove-metadata.ll
M llvm/test/Reduce/remove-multiple-use-of-args-in-same-instruction.ll
M llvm/test/Reduce/remove-multiple-use-of-global-vars-in-same-instruction.ll
M llvm/test/Reduce/remove-operand-bundles.ll
Log Message:
-----------
Remove unnecessary 'rm' in llvm-reduce tests
These were initially added to cleanup some transient/leftover files in
r372054. Now that's all cleaned up, these are no longer needed.
More information about the All-commits
mailing list