Skip to content

Commit 0517255

Browse files
committed
PassAnalysisSupport.h - reduce StringRef.h include to forward declaration. NFC.
1 parent a947be5 commit 0517255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/PassAnalysisSupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
#include "Pass.h"
2222
#include "llvm/ADT/SmallVector.h"
23-
#include "llvm/ADT/StringRef.h"
2423
#include <cassert>
2524
#include <utility>
2625
#include <vector>
@@ -30,6 +29,7 @@ namespace llvm {
3029
class Function;
3130
class Pass;
3231
class PMDataManager;
32+
class StringRef;
3333

3434
//===----------------------------------------------------------------------===//
3535
/// Represent the analysis usage information of a pass. This tracks analyses

0 commit comments

Comments
 (0)