mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-17 00:50:58 +00:00
Fix this comment to mention outs() rather than cout.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e87b2abe91
commit
e017fd1b20
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user