summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
diff options
context:
space:
mode:
authorWeiming Zhao <weimingz@codeaurora.org>2015-11-24 18:57:06 +0000
committerWeiming Zhao <weimingz@codeaurora.org>2015-11-24 18:57:06 +0000
commit45d4cb9a14b532f282966d27f93f1c04b4fd4bac (patch)
treeb83e943a4cb8f0552d7445bddb7792c71941dc60 /llvm/lib/Transforms/Utils/BuildLibCalls.cpp
parent9aa5686b9fe6623d76893d0afa7d4976e873bed7 (diff)
downloadbcm5719-llvm-45d4cb9a14b532f282966d27f93f1c04b4fd4bac.tar.gz
bcm5719-llvm-45d4cb9a14b532f282966d27f93f1c04b4fd4bac.zip
[Utils] Put includes in correct order. NFC.
Summary: Followed the guidelines in: http://llvm.org/docs/CodingStandards.html#include-style However, I noticed that uppercase named headers come before lowercase ones throughout the codebase. So kept them as is. Patch by Mandeep Singh Grang <mgrang@codeaurora.org> Reviewers: majnemer, davide, jmolloy, atrick Subscribers: sanjoy Differential Revision: http://reviews.llvm.org/D14939 llvm-svn: 254005
Diffstat (limited to 'llvm/lib/Transforms/Utils/BuildLibCalls.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/BuildLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/BuildLibCalls.cpp b/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
index f5c992c805e..64b44a6b791 100644
--- a/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
+++ b/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
@@ -13,6 +13,7 @@
#include "llvm/Transforms/Utils/BuildLibCalls.h"
#include "llvm/ADT/SmallString.h"
+#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
@@ -21,7 +22,6 @@
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
-#include "llvm/Analysis/TargetLibraryInfo.h"
using namespace llvm;
OpenPOWER on IntegriCloud