X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FAssembly%2FWriter.h;h=45c9513c54f512f310be63f9f863f5877701cb8e;hb=a727d5502c8e23c090da658bf14c5ebc1169a070;hp=c8c09e809eb343ba104325fbc9f83411be3b8469;hpb=3b1b6e626e42eb22869a28b02a463de5597f9822;p=oota-llvm.git diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h index c8c09e809eb..45c9513c54f 100644 --- a/include/llvm/Assembly/Writer.h +++ b/include/llvm/Assembly/Writer.h @@ -38,10 +38,7 @@ std::ostream &WriteTypeSymbolic(std::ostream &, const Type *, const Module *M); // pointer is printed symbolically. // std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true, - bool PrintName = true, const Module *Context = 0); - -std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true, - bool PrintName = true, const Module* Context = 0); + const Module *Context = 0); } // End llvm namespace