summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-09-29 16:46:47 +0000
committerDevang Patel <dpatel@apple.com>2011-09-29 16:46:47 +0000
commit7a50202be59b59416d2d42820e68b26ed78b3d0f (patch)
treef00f45dd97ff59ec2543c7ea221c0e76c1c406bc /lib
parent9a7d48ae67d1f151d5339d37ce66c57179de77b4 (diff)
downloadllvm-7a50202be59b59416d2d42820e68b26ed78b3d0f.tar.gz
llvm-7a50202be59b59416d2d42820e68b26ed78b3d0f.tar.bz2
llvm-7a50202be59b59416d2d42820e68b26ed78b3d0f.tar.xz
Cosmetic changes, as per Nick's review.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/PassRegistry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/PassRegistry.cpp b/lib/VMCore/PassRegistry.cpp
index fa92620b28..2df65572c5 100644
--- a/lib/VMCore/PassRegistry.cpp
+++ b/lib/VMCore/PassRegistry.cpp
@@ -20,6 +20,7 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringMap.h"
+#include "llvm/Function.h"
#include <vector>
using namespace llvm;