summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LazyCallGraph.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/Analysis/LazyCallGraph.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/Analysis/LazyCallGraph.cpp')
-rw-r--r--llvm/lib/Analysis/LazyCallGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LazyCallGraph.cpp b/llvm/lib/Analysis/LazyCallGraph.cpp
index 74eef7b68f6..d793aa38572 100644
--- a/llvm/lib/Analysis/LazyCallGraph.cpp
+++ b/llvm/lib/Analysis/LazyCallGraph.cpp
@@ -11,9 +11,9 @@
#include "llvm/ADT/SCCIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/PassManager.h"
+#include "llvm/InstVisitor.h"
#include "llvm/Support/CallSite.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/InstVisitor.h"
using namespace llvm;
OpenPOWER on IntegriCloud