diff options
author | Torok Edwin <edwintorok@gmail.com> | 2008-10-28 17:29:23 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2008-10-28 17:29:23 +0000 |
commit | df851ff94f19a295a7b5d216c4294ed4776d7953 (patch) | |
tree | 032747b5f19e868b793d1a32441e21afa2fd604a /llvm/lib/ExecutionEngine/JIT | |
parent | c0468cf03c534f8702197a1ea4ad6e417bf767b3 (diff) | |
download | bcm5719-llvm-df851ff94f19a295a7b5d216c4294ed4776d7953.tar.gz bcm5719-llvm-df851ff94f19a295a7b5d216c4294ed4776d7953.zip |
fix prototype of print, it is (llvm/Pass.h):
virtual void print(std::ostream &O, const Module *M) const;
instead of
virtual void print(llvm::OStream &O, const Module *M) const;
as the docs say
llvm-svn: 58337
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT')
0 files changed, 0 insertions, 0 deletions