projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efceb59
)
[LoopInterchange] Remove unused variable PreserveLCSSA (NFC).
author
Florian Hahn
<florian.hahn@arm.com>
Wed, 3 Oct 2018 11:01:23 +0000
(11:01 +0000)
committer
Florian Hahn
<florian.hahn@arm.com>
Wed, 3 Oct 2018 11:01:23 +0000
(11:01 +0000)
llvm-svn: 343676
llvm/lib/Transforms/Scalar/LoopInterchange.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
b/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
index
b55a9e5
..
21c8512
100644
(file)
--- a/
llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+++ b/
llvm/lib/Transforms/Scalar/LoopInterchange.cpp
@@
-430,7
+430,6
@@
struct LoopInterchange : public LoopPass {
LoopInfo *LI = nullptr;
DependenceInfo *DI = nullptr;
DominatorTree *DT = nullptr;
- bool PreserveLCSSA;
/// Interface to emit optimization remarks.
OptimizationRemarkEmitter *ORE;