aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/IR/PassInstrumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/IR/PassInstrumentation.h')
-rw-r--r--llvm/include/llvm/IR/PassInstrumentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/PassInstrumentation.h b/llvm/include/llvm/IR/PassInstrumentation.h
index f8a1196871cf..bcc434548e67 100644
--- a/llvm/include/llvm/IR/PassInstrumentation.h
+++ b/llvm/include/llvm/IR/PassInstrumentation.h
@@ -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.