test commit to verify that commit access works (added blank line)

llvm-svn: 144748
This commit is contained in:
Kostya Serebryany 2011-11-16 01:14:38 +00:00
parent ca2f78a95b
commit db999c01f2
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "llvm/Function.h" #include "llvm/Function.h"
#include "llvm/Module.h" #include "llvm/Module.h"
#include "llvm/Support/IRBuilder.h" #include "llvm/Support/IRBuilder.h"
using namespace llvm; using namespace llvm;
void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority) { void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority) {