1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/bugpoint
Kazu Hirata 0d01902704 Use llvm::is_contained where appropriate (NFC)
Summary:
This patch replaces std::find with llvm::is_contained where
appropriate.

Reviewers: efriedma, nhaehnle

Reviewed By: nhaehnle

Subscribers: arsenm, jvesely, nhaehnle, hiraditya, rogfer01, kerbowa, llvm-commits, vkmr

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D84489
2020-07-27 10:20:44 -07:00
..
BugDriver.cpp
BugDriver.h
bugpoint.cpp
CMakeLists.txt Update compiler extension integration into the build system 2020-04-24 09:40:14 +02:00
CrashDebugger.cpp [bugpoint] Fix typo in assertion message. NFC 2020-07-23 16:06:43 -07:00
ExecutionDriver.cpp
ExtractFunction.cpp Use llvm::is_contained where appropriate (NFC) 2020-07-27 10:20:44 -07:00
FindBugs.cpp
ListReducer.h
LLVMBuild.txt
Miscompilation.cpp
OptimizerDriver.cpp
ToolRunner.cpp
ToolRunner.h