From 9b8dd00403435f1d66f8390f6de83afabb328883 Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Thu, 24 Oct 2019 15:09:57 -0700 Subject: [PATCH] Test commit access via git --- llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp index 5519a00..40cc3fc 100644 --- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -128,7 +128,6 @@ static cl::opt LoopPredication("indvars-predicate-loops", cl::Hidden, cl::init(false), cl::desc("Predicate conditions in read only loops")); - namespace { struct RewritePhi; -- 2.7.4