commit | 7f4ccced49926e4d5a7225e89c22cf420ec9f387 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Mon May 12 13:30:10 2014 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Mon May 12 13:30:10 2014 +0000 |
tree | 1277fdaf323c9f766c95302ea63f392e9203c5ed | |
parent | dba6bbee0f822616fbdc855511ee3746a377cb49 [diff] [blame] |
Remove an always true argument. llvm-svn: 208557
diff --git a/llvm/lib/MC/MCMachOStreamer.cpp b/llvm/lib/MC/MCMachOStreamer.cpp index c103e41..37d05e9 100644 --- a/llvm/lib/MC/MCMachOStreamer.cpp +++ b/llvm/lib/MC/MCMachOStreamer.cpp
@@ -418,7 +418,7 @@ } void MCMachOStreamer::FinishImpl() { - EmitFrames(&getAssembler().getBackend(), true); + EmitFrames(&getAssembler().getBackend()); // We have to set the fragment atom associations so we can relax properly for // Mach-O.