1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

PassAnalysisSupport.h - reduce StringRef.h include to forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-24 12:13:28 +01:00
parent 4fe4f92bfe
commit b8e12b5ff6

View File

@ -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