Implement conversion of clang ast types to LLVM types, at least for some trivial
cases. llvm-svn: 39519
This commit is contained in:
@@ -19,6 +19,5 @@ using namespace CodeGen;
|
||||
|
||||
|
||||
void CodeGenModule::EmitFunction(FunctionDecl *FD) {
|
||||
CodeGenFunction CGF(*this);
|
||||
|
||||
CodeGenFunction(*this).GenerateCode(FD);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user