summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-04-16 07:51:28 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-04-16 07:51:28 +0000
commit47b292d3fdb060b99388ac23b68d01eba34b31bf (patch)
tree5a06696439f21e563eb4b695045bcb1435a472f7 /llvm/lib/CodeGen/MIRParser
parent1d30fcaccf6886190d635304cfa120fdf4b938ff (diff)
downloadbcm5719-llvm-47b292d3fdb060b99388ac23b68d01eba34b31bf.tar.gz
bcm5719-llvm-47b292d3fdb060b99388ac23b68d01eba34b31bf.zip
Remove some unneeded headers and replace some headers with forward class declarations (NFC)
Differential Revision: http://reviews.llvm.org/D19154 Patch by Eugene Kosov <claprix@yandex.ru> From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266524
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser')
-rw-r--r--llvm/lib/CodeGen/MIRParser/MILexer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/MILexer.cpp b/llvm/lib/CodeGen/MIRParser/MILexer.cpp
index b1131615cbf..6e3de52f1a9 100644
--- a/llvm/lib/CodeGen/MIRParser/MILexer.cpp
+++ b/llvm/lib/CodeGen/MIRParser/MILexer.cpp
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "MILexer.h"
+#include "llvm/ADT/None.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Twine.h"
OpenPOWER on IntegriCloud