diff options
Diffstat (limited to 'llvm/lib/CodeGen/MachineOutliner.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineOutliner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineOutliner.cpp b/llvm/lib/CodeGen/MachineOutliner.cpp index 6006ea7..2ae6b4f 100644 --- a/llvm/lib/CodeGen/MachineOutliner.cpp +++ b/llvm/lib/CodeGen/MachineOutliner.cpp @@ -1370,7 +1370,7 @@ void MachineOutliner::emitOutlinedHashTree(Module &M) { Triple TT(M.getTargetTriple()); embedBufferInModule( - M, *Buffer.get(), + M, *Buffer, getCodeGenDataSectionName(CG_outline, TT.getObjectFormat())); } } |