PassInstrumentation.h - reduce TypeName.h include to StringRef forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-10 14:22:02 +01:00
parent d7f1eafd03
commit 0dd42e5fd3
1 changed files with 1 additions and 1 deletions

View File

@ -56,12 +56,12 @@
#include "llvm/ADT/Any.h"
#include "llvm/ADT/FunctionExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/TypeName.h"
#include <type_traits>
namespace llvm {
class PreservedAnalyses;
class StringRef;
/// This class manages callbacks registration, as well as provides a way for
/// PassInstrumentation to pass control to the registered callbacks.