summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/ModuleUtils.cpp
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2011-11-16 01:14:38 +0000
committerKostya Serebryany <kcc@google.com>2011-11-16 01:14:38 +0000
commita2a2d1fddd0c2de82fb90be8fb1e0ec2ed6c44ac (patch)
tree0e7aaa338d21069f6e5aeb968e4fcf4827bde15c /lib/Transforms/Utils/ModuleUtils.cpp
parent99aa14ff64c92eab347d23696e358361d3bd90ea (diff)
downloadllvm-a2a2d1fddd0c2de82fb90be8fb1e0ec2ed6c44ac.tar.gz
llvm-a2a2d1fddd0c2de82fb90be8fb1e0ec2ed6c44ac.tar.bz2
llvm-a2a2d1fddd0c2de82fb90be8fb1e0ec2ed6c44ac.tar.xz
test commit to verify that commit access works (added blank line)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/ModuleUtils.cpp')
-rw-r--r--lib/Transforms/Utils/ModuleUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Utils/ModuleUtils.cpp b/lib/Transforms/Utils/ModuleUtils.cpp
index db81de7b1d..5e294a3a8e 100644
--- a/lib/Transforms/Utils/ModuleUtils.cpp
+++ b/lib/Transforms/Utils/ModuleUtils.cpp
@@ -16,6 +16,7 @@
#include "llvm/Function.h"
#include "llvm/Module.h"
#include "llvm/Support/IRBuilder.h"
+
using namespace llvm;
void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority) {