summaryrefslogtreecommitdiff
path: root/lib/IR/AsmWriter.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-06 00:46:21 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-06 00:46:21 +0000
commitf4ec8bfaecef4e38f713b9e05d89869b023e1ce8 (patch)
treeadf73c5c2b656480f22a286f4ecd15587218788a /lib/IR/AsmWriter.cpp
parent341ea7ddf6b09d77bfe3c65664773b683386156c (diff)
downloadllvm-f4ec8bfaecef4e38f713b9e05d89869b023e1ce8.tar.gz
llvm-f4ec8bfaecef4e38f713b9e05d89869b023e1ce8.tar.bz2
llvm-f4ec8bfaecef4e38f713b9e05d89869b023e1ce8.tar.xz
[Layering] Move DebugInfo.h into the IR library where its implementation
already lives. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203046 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/AsmWriter.cpp')
-rw-r--r--lib/IR/AsmWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/AsmWriter.cpp b/lib/IR/AsmWriter.cpp
index eb932ec51f..8a25ff8a97 100644
--- a/lib/IR/AsmWriter.cpp
+++ b/lib/IR/AsmWriter.cpp
@@ -19,11 +19,11 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#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/DebugInfo.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/IRPrintingPasses.h"
#include "llvm/IR/InlineAsm.h"