summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 11:45:46 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 11:45:46 +0000
commit1305dc3351d93e2377b538feff62ccf9518b0291 (patch)
tree26ea2b5d1e2201f8643e17198a54cacf864a47c4 /llvm/lib/IR/AsmWriter.cpp
parent54a0303fa8235a199502a6f56a39618f4723bdbf (diff)
downloadbcm5719-llvm-1305dc3351d93e2377b538feff62ccf9518b0291.tar.gz
bcm5719-llvm-1305dc3351d93e2377b538feff62ccf9518b0291.zip
[Modules] Move CFG.h to the IR library as it defines graph traits over
IR types. llvm-svn: 202827
Diffstat (limited to 'llvm/lib/IR/AsmWriter.cpp')
-rw-r--r--llvm/lib/IR/AsmWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/AsmWriter.cpp b/llvm/lib/IR/AsmWriter.cpp
index d414f764d33..eb932ec51f0 100644
--- a/llvm/lib/IR/AsmWriter.cpp
+++ b/llvm/lib/IR/AsmWriter.cpp
@@ -21,6 +21,7 @@
#include "llvm/ADT/StringExtras.h"
#include "llvm/DebugInfo.h"
#include "llvm/IR/AssemblyAnnotationWriter.h"
+#include "llvm/IR/CFG.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
@@ -32,7 +33,6 @@
#include "llvm/IR/Operator.h"
#include "llvm/IR/TypeFinder.h"
#include "llvm/IR/ValueSymbolTable.h"
-#include "llvm/Support/CFG.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/ErrorHandling.h"
OpenPOWER on IntegriCloud