From 0dd42e5fd32fb609a9333d73619c905d1a5e6cd4 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 10 May 2020 14:22:02 +0100 Subject: [PATCH] PassInstrumentation.h - reduce TypeName.h include to StringRef forward declaration. NFC. --- llvm/include/llvm/IR/PassInstrumentation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/IR/PassInstrumentation.h b/llvm/include/llvm/IR/PassInstrumentation.h index f8a1196..bcc4345 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 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. -- 2.7.4