1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

ScalarEvolutionNormalization.h - reduce ScalarEvolutionExpressions.h include to forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-06-05 17:40:19 +01:00
parent 08333317ef
commit d0fce43dbc

View File

@ -37,13 +37,13 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
namespace llvm {
class Loop;
class ScalarEvolution;
class SCEV;
class SCEVAddRecExpr;
typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;