diff options
author | Florian Hahn <flo@fhahn.com> | 2020-01-04 18:44:38 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2020-01-04 18:44:38 +0000 |
commit | b8a3c34eee06c17ae42dc00218ba4f0c815e9a2c (patch) | |
tree | c211f02514ad6301ee0155b42e3f6fac4cc83a03 /llvm/lib/CodeGen/HardwareLoops.cpp | |
parent | 51ef53f3bd23559203fe9af82ff2facbfedc1db3 (diff) | |
download | bcm5719-llvm-b8a3c34eee06c17ae42dc00218ba4f0c815e9a2c.tar.gz bcm5719-llvm-b8a3c34eee06c17ae42dc00218ba4f0c815e9a2c.zip |
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
This reverts commit 51ef53f3bd23559203fe9af82ff2facbfedc1db3, as it
breaks some bots.
Diffstat (limited to 'llvm/lib/CodeGen/HardwareLoops.cpp')
-rw-r--r-- | llvm/lib/CodeGen/HardwareLoops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/HardwareLoops.cpp b/llvm/lib/CodeGen/HardwareLoops.cpp index d5212081ff9..65c2a37e5d4 100644 --- a/llvm/lib/CodeGen/HardwareLoops.cpp +++ b/llvm/lib/CodeGen/HardwareLoops.cpp @@ -20,6 +20,7 @@ #include "llvm/Analysis/LoopInfo.h" #include "llvm/Analysis/OptimizationRemarkEmitter.h" #include "llvm/Analysis/ScalarEvolution.h" +#include "llvm/Analysis/ScalarEvolutionExpander.h" #include "llvm/Analysis/TargetTransformInfo.h" #include "llvm/CodeGen/Passes.h" #include "llvm/CodeGen/TargetPassConfig.h" @@ -42,7 +43,6 @@ #include "llvm/Transforms/Utils/BasicBlockUtils.h" #include "llvm/Transforms/Utils/Local.h" #include "llvm/Transforms/Utils/LoopUtils.h" -#include "llvm/Transforms/Utils/ScalarEvolutionExpander.h" #define DEBUG_TYPE "hardware-loops" |