Wrap to 80 columns. No behavior change.
llvm-svn: 226364
This commit is contained in:
@@ -95,7 +95,8 @@ namespace {
|
||||
|
||||
M->setTargetTriple(Ctx->getTargetInfo().getTriple().getTriple());
|
||||
M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
|
||||
TD.reset(new llvm::DataLayout(Ctx->getTargetInfo().getTargetDescription()));
|
||||
TD.reset(
|
||||
new llvm::DataLayout(Ctx->getTargetInfo().getTargetDescription()));
|
||||
Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts, *M, *TD,
|
||||
Diags, CoverageInfo));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user