aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-05-10 14:17:52 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-05-10 14:17:52 +0100
commit741778faedf678c866fa6a44ec4270bc62c5a27c (patch)
tree7c22cebc56f6ea29060b2ee28b5d64b5007511f5
parent1df85dd4e94e0693b161eda4bc007379303110da (diff)
downloadllvm-741778faedf678c866fa6a44ec4270bc62c5a27c.zip
llvm-741778faedf678c866fa6a44ec4270bc62c5a27c.tar.gz
llvm-741778faedf678c866fa6a44ec4270bc62c5a27c.tar.bz2
PassManager.h - remove unused raw_ostream.h include. NFC.
-rw-r--r--llvm/include/llvm/IR/PassManager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/PassManager.h b/llvm/include/llvm/IR/PassManager.h
index 758ede0..89f764f 100644
--- a/llvm/include/llvm/IR/PassManager.h
+++ b/llvm/include/llvm/IR/PassManager.h
@@ -49,7 +49,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/TimeProfiler.h"
#include "llvm/Support/TypeName.h"
-#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <cstring>