forked from OSchip/llvm-project
PassAnalysisSupport.h - reduce StringRef.h include to forward declaration. NFC.
This commit is contained in:
parent
a947be51bd
commit
0517255a28
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include "Pass.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include <cassert>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
@ -30,6 +29,7 @@ namespace llvm {
|
|||
class Function;
|
||||
class Pass;
|
||||
class PMDataManager;
|
||||
class StringRef;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// Represent the analysis usage information of a pass. This tracks analyses
|
||||
|
|
Loading…
Reference in New Issue