diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-23 05:17:37 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-23 05:17:37 +0000 |
| commit | 791102fb1192ac9483274e54cbc42480c9b1af10 (patch) | |
| tree | 4729b1da9b9c946fb83bc177dd3d00bffcf85390 /include/llvm/Assembly/Writer.h | |
| parent | 79c5d3f9717756dc3ff56cfcaa3ae1a5930c457a (diff) | |
eliminate the std::ostream form of WriteAsOperand and update clients.
This also updates dominator related stuff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Assembly/Writer.h')
| -rw-r--r-- | include/llvm/Assembly/Writer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h index 5e5fe15605..c5b239079a 100644 --- a/include/llvm/Assembly/Writer.h +++ b/include/llvm/Assembly/Writer.h @@ -17,7 +17,6 @@ #ifndef LLVM_ASSEMBLY_WRITER_H #define LLVM_ASSEMBLY_WRITER_H -#include <iosfwd> #include <string> namespace llvm { @@ -71,8 +70,6 @@ void WriteTypeSymbolic(raw_ostream &, const Type *, const Module *M); // then even constants get pretty-printed; for example, the type of a null // pointer is printed symbolically. // -void WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true, - const Module *Context = 0); void WriteAsOperand(raw_ostream &, const Value *, bool PrintTy = true, const Module *Context = 0); |
