diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-01-09 03:52:05 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-01-09 03:52:05 +0000 |
| commit | bf7bc4966c876608506c48d40c43c723173cb945 (patch) | |
| tree | 8f0e2601872817596e6b0c08d8057fb7b68dd473 /llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp | |
| parent | 765c266892d712db91b2a1677584f09feb862109 (diff) | |
| download | bcm5719-llvm-bf7bc4966c876608506c48d40c43c723173cb945.tar.gz bcm5719-llvm-bf7bc4966c876608506c48d40c43c723173cb945.zip | |
Last in the series of removing unnecessary '0' arguments for
address space. Reordered the EmitULEB128IntValue arguments to
make this easier.
llvm-svn: 171949
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp index ec1c7a38855..98177c0ba1c 100644 --- a/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp @@ -145,7 +145,7 @@ void OcamlGCMetadataPrinter::finishAssembly(AsmPrinter &AP) { "Live root count "+Twine(LiveCount)+" >= 65536."); } - AP.OutStreamer.EmitSymbolValue(J->Label, IntPtrSize, 0); + AP.OutStreamer.EmitSymbolValue(J->Label, IntPtrSize); AP.EmitInt16(FrameSize); AP.EmitInt16(LiveCount); |

