forked from OSchip/llvm-project
test commit to verify that commit access works (added blank line)
llvm-svn: 144748
This commit is contained in:
parent
ca2f78a95b
commit
db999c01f2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue