summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2016-09-27 20:55:01 +0000
committerAdam Nemet <anemet@apple.com>2016-09-27 20:55:01 +0000
commit37c9e7f301c08ca562b387d6e948c63a2de1aeeb (patch)
tree7d45a4dca6a691aef90a57a1f8faa8c69b800db3 /llvm/lib
parentfe83ad8b0d07cc3c3f567dd94236ccd8c6cb28ca (diff)
downloadbcm5719-llvm-37c9e7f301c08ca562b387d6e948c63a2de1aeeb.tar.gz
bcm5719-llvm-37c9e7f301c08ca562b387d6e948c63a2de1aeeb.zip
Sort headers
llvm-svn: 282538
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/IR/DiagnosticInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/DiagnosticInfo.cpp b/llvm/lib/IR/DiagnosticInfo.cpp
index 7dd4cab734d..b194d4fa005 100644
--- a/llvm/lib/IR/DiagnosticInfo.cpp
+++ b/llvm/lib/IR/DiagnosticInfo.cpp
@@ -12,11 +12,11 @@
// Diagnostics reporting is still done as part of the LLVMContext.
//===----------------------------------------------------------------------===//
+#include "llvm/IR/DiagnosticInfo.h"
#include "LLVMContextImpl.h"
#include "llvm/ADT/Twine.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugInfo.h"
-#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/DiagnosticPrinter.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instruction.h"
OpenPOWER on IntegriCloud