forked from OSchip/llvm-project
CppBackend: fixup for api change
This broke after r133364. llvm-svn: 133709
This commit is contained in:
parent
61ea0e4692
commit
f490726633
|
@ -586,7 +586,6 @@ bool CppWriter::printTypeInternal(const Type* Ty) {
|
|||
nl(Out);
|
||||
}
|
||||
Out << "StructType* " << typeName << " = StructType::get("
|
||||
<< "mod->getContext(), "
|
||||
<< typeName << "_fields, /*isPacked=*/"
|
||||
<< (ST->isPacked() ? "true" : "false") << ");";
|
||||
nl(Out);
|
||||
|
|
Loading…
Reference in New Issue