summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.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/TargetLoweringObjectFileImpl.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/TargetLoweringObjectFileImpl.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
index 0f3fb4924b4..a4eb0ca7ffc 100644
--- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
@@ -35,8 +35,8 @@
#include "llvm/Support/ELF.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetLowering.h"
+#include "llvm/Target/TargetMachine.h"
using namespace llvm;
using namespace dwarf;
OpenPOWER on IntegriCloud