diff options
| author | Philip Reames <preames@azul.com> | 2019-10-24 15:09:57 -0700 |
|---|---|---|
| committer | Philip Reames <preames@azul.com> | 2019-10-24 15:10:17 -0700 |
| commit | 9b8dd00403435f1d66f8390f6de83afabb328883 (patch) | |
| tree | d5a285c736db326ae0a47e58bdd25dfc94745b0d /llvm/lib/Transforms/Scalar | |
| parent | 70f59b5bbc84d195b4c7ee1597dcae4e73d3c479 (diff) | |
| download | bcm5719-llvm-9b8dd00403435f1d66f8390f6de83afabb328883.tar.gz bcm5719-llvm-9b8dd00403435f1d66f8390f6de83afabb328883.zip | |
Test commit access via git
Diffstat (limited to 'llvm/lib/Transforms/Scalar')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp index 5519a00c12c..40cc3fc3af2 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; |

