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 a947be51bd
commit 0517255a28
1 changed files with 1 additions and 1 deletions

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