[llvm] 9b8dd00 - Test commit access via git
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 15:10:25 PDT 2019
Author: Philip Reames
Date: 2019-10-24T15:10:17-07:00
New Revision: 9b8dd00403435f1d66f8390f6de83afabb328883
URL: https://github.com/llvm/llvm-project/commit/9b8dd00403435f1d66f8390f6de83afabb328883
DIFF: https://github.com/llvm/llvm-project/commit/9b8dd00403435f1d66f8390f6de83afabb328883.diff
LOG: Test commit access via git
Added:
Modified:
llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
index 5519a00c12c9..40cc3fc3af21 100644
--- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
@@ -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;
More information about the llvm-commits
mailing list