commit | a2a2d1fddd0c2de82fb90be8fb1e0ec2ed6c44ac | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Wed Nov 16 01:14:38 2011 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Wed Nov 16 01:14:38 2011 +0000 |
tree | 0e7aaa338d21069f6e5aeb968e4fcf4827bde15c | |
parent | 99aa14ff64c92eab347d23696e358361d3bd90ea [diff] [blame] |
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
diff --git a/lib/Transforms/Utils/ModuleUtils.cpp b/lib/Transforms/Utils/ModuleUtils.cpp index db81de7..5e294a3 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) {