diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-15 23:33:14 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-15 23:33:14 +0000 |
commit | 2b30e8be44bac075b4ed28f044c95a1230b3f24b (patch) | |
tree | 6274b9369c96f86644f380052a37dd924030dd4a /llvm | |
parent | 58fcef917c8666801b6720cd6d65ccaf42ab8a61 (diff) | |
download | bcm5719-llvm-2b30e8be44bac075b4ed28f044c95a1230b3f24b.tar.gz bcm5719-llvm-2b30e8be44bac075b4ed28f044c95a1230b3f24b.zip |
Fix this comment to mention outs() rather than cout.
llvm-svn: 75858
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/tools/llvm-link/llvm-link.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-link/llvm-link.cpp b/llvm/tools/llvm-link/llvm-link.cpp index 41114238943..b850ffc606b 100644 --- a/llvm/tools/llvm-link/llvm-link.cpp +++ b/llvm/tools/llvm-link/llvm-link.cpp @@ -119,7 +119,7 @@ int main(int argc, char **argv) { if (DumpAsm) cerr << "Here's the assembly:\n" << *Composite.get(); - // FIXME: cout is not binary! + // FIXME: outs() is not binary! raw_ostream *Out = &outs(); // Default to printing to stdout... if (OutputFilename != "-") { std::string ErrorInfo; |