summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineVerifier.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-04-29 23:26:49 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-04-29 23:26:49 +0000
commitd59664f4f70fb52fdaaffe5c41bfe39af63f7ffc (patch)
tree474fc73f0f50d68e3780143b7c40bbd7a4f9bc66 /llvm/lib/CodeGen/MachineVerifier.cpp
parent93f9f4950c62f7038310fe1712eabee547985f4d (diff)
downloadbcm5719-llvm-d59664f4f70fb52fdaaffe5c41bfe39af63f7ffc.tar.gz
bcm5719-llvm-d59664f4f70fb52fdaaffe5c41bfe39af63f7ffc.zip
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
llvm-svn: 207593
Diffstat (limited to 'llvm/lib/CodeGen/MachineVerifier.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineVerifier.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineVerifier.cpp b/llvm/lib/CodeGen/MachineVerifier.cpp
index e218a274d0d..37d476b2c09 100644
--- a/llvm/lib/CodeGen/MachineVerifier.cpp
+++ b/llvm/lib/CodeGen/MachineVerifier.cpp
@@ -42,6 +42,7 @@
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
OpenPOWER on IntegriCloud