diff options
| author | Owen Anderson <resistor@mac.com> | 2008-08-21 00:14:44 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2008-08-21 00:14:44 +0000 |
| commit | 9371964f47abf0a0397a26e86c3c95f46c4f1fba (patch) | |
| tree | bd7af9bf77ff2ede44084c4ac4f6fb39c14dc32c /llvm/lib/Target/PIC16/PIC16TargetMachine.cpp | |
| parent | 873f65afe8f8e959ece92ca216d80ddbdd04c94a (diff) | |
| download | bcm5719-llvm-9371964f47abf0a0397a26e86c3c95f46c4f1fba.tar.gz bcm5719-llvm-9371964f47abf0a0397a26e86c3c95f46c4f1fba.zip | |
Use raw_ostream throughout the AsmPrinter.
llvm-svn: 55092
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetMachine.cpp')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp b/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp index 7b3814b9e00..26b573a0122 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp +++ b/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp @@ -61,7 +61,7 @@ bool PIC16TargetMachine::addPreEmitPass(PassManagerBase &PM, bool Fast) } bool PIC16TargetMachine:: -addAssemblyEmitter(PassManagerBase &PM, bool Fast, std::ostream &Out) +addAssemblyEmitter(PassManagerBase &PM, bool Fast, raw_ostream &Out) { // Output assembly language. PM.add(createPIC16CodePrinterPass(Out, *this)); |

