1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Test commit access via git

This commit is contained in:
Philip Reames 2019-10-24 15:09:57 -07:00
parent 06920058d2
commit 1bfa346ba5

View File

@ -128,7 +128,6 @@ static cl::opt<bool>
LoopPredication("indvars-predicate-loops", cl::Hidden, cl::init(false),
cl::desc("Predicate conditions in read only loops"));
namespace {
struct RewritePhi;