mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
PassAnalysisSupport.h - reduce StringRef.h include to forward declaration. NFC.
This commit is contained in:
parent
4fe4f92bfe
commit
b8e12b5ff6
@ -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…
x
Reference in New Issue
Block a user