diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-03-10 18:00:19 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-10 18:00:19 +0000 |
| commit | 4095d895329a7ddc569c57a36986e27762a7bdd3 (patch) | |
| tree | 64a076af5f6ad6c8cd06ae954dcde28082308a20 /clang/lib/CodeGen | |
| parent | 84fceff969fd697f1173497b4c3b90efa1a16c17 (diff) | |
| download | bcm5719-llvm-4095d895329a7ddc569c57a36986e27762a7bdd3.tar.gz bcm5719-llvm-4095d895329a7ddc569c57a36986e27762a7bdd3.zip | |
Remove some now-unneeded calls to llvm::errs().flush().
llvm-svn: 66555
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGCall.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp index 1ae4a87606c..e9ac5c9751e 100644 --- a/clang/lib/CodeGen/CGCall.cpp +++ b/clang/lib/CodeGen/CGCall.cpp @@ -127,8 +127,6 @@ void ABIArgInfo::dump() const { case Coerce: fprintf(stderr, "Coerce Type="); getCoerceToType()->print(llvm::errs()); - // FIXME: This is ridiculous. - llvm::errs().flush(); break; case Indirect: fprintf(stderr, "Indirect Align=%d", getIndirectAlign()); |

