summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-link/llvm-link.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-15 23:33:14 +0000
committerDan Gohman <gohman@apple.com>2009-07-15 23:33:14 +0000
commit2b30e8be44bac075b4ed28f044c95a1230b3f24b (patch)
tree6274b9369c96f86644f380052a37dd924030dd4a /llvm/tools/llvm-link/llvm-link.cpp
parent58fcef917c8666801b6720cd6d65ccaf42ab8a61 (diff)
downloadbcm5719-llvm-2b30e8be44bac075b4ed28f044c95a1230b3f24b.tar.gz
bcm5719-llvm-2b30e8be44bac075b4ed28f044c95a1230b3f24b.zip
Fix this comment to mention outs() rather than cout.
llvm-svn: 75858
Diffstat (limited to 'llvm/tools/llvm-link/llvm-link.cpp')
-rw-r--r--llvm/tools/llvm-link/llvm-link.cpp2
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;
OpenPOWER on IntegriCloud