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/CBackend/CTargetMachine.h | |
| 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/CBackend/CTargetMachine.h')
| -rw-r--r-- | llvm/lib/Target/CBackend/CTargetMachine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CBackend/CTargetMachine.h b/llvm/lib/Target/CBackend/CTargetMachine.h index 7b5775a947d..ad89960b329 100644 --- a/llvm/lib/Target/CBackend/CTargetMachine.h +++ b/llvm/lib/Target/CBackend/CTargetMachine.h @@ -26,7 +26,7 @@ struct CTargetMachine : public TargetMachine { : DataLayout(&M) {} virtual bool WantsWholeFile() const { return true; } - virtual bool addPassesToEmitWholeFile(PassManager &PM, std::ostream &Out, + virtual bool addPassesToEmitWholeFile(PassManager &PM, raw_ostream &Out, CodeGenFileType FileType, bool Fast); // This class always works, but shouldn't be the default in most cases. |

