summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 10:07:28 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 10:07:28 +0000
commit442f784814262e1271354ee208f1dedc7b8053de (patch)
treeda7bd81e41cec7f0c20d6a64c4fdd6ab9f6fe536 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parent757fcd6d1f7215be8fb90fd5ae5929efd4c21618 (diff)
downloadbcm5719-llvm-442f784814262e1271354ee208f1dedc7b8053de.tar.gz
bcm5719-llvm-442f784814262e1271354ee208f1dedc7b8053de.zip
[cleanup] Re-sort all the includes with utils/sort_includes.py.
llvm-svn: 202811
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index d59713c142e..4d35e863106 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -15,6 +15,7 @@
#include "llvm/CodeGen/AsmPrinter.h"
#include "DwarfDebug.h"
#include "DwarfException.h"
+#include "WinCodeViewLineTables.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Statistic.h"
@@ -51,7 +52,6 @@
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include "llvm/Transforms/Utils/GlobalStatus.h"
-#include "WinCodeViewLineTables.h"
using namespace llvm;
static const char *const DWARFGroupName = "DWARF Emission";
OpenPOWER on IntegriCloud