commit | f33c7fcc282018f5c5ee1ef6fea6174b78670c61 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Apr 03 22:28:33 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Apr 03 22:28:33 2010 +0000 |
tree | 27f0f95839444e411cda7fcbcc061c7e6e9a4822 | |
parent | c6d67d4ca56009b105d146f894dc8bcb56781ae9 [diff] [blame] |
asmstreamerize the .size directive for function bodies, force clients of printOffset to pass in a stream to print to. llvm-svn: 100296
diff --git a/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp index 5adefd3..7523b6a 100644 --- a/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp +++ b/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
@@ -446,7 +446,7 @@ O << *SymToPrint; - printOffset(MO.getOffset()); + printOffset(MO.getOffset(), O); return; }