diff options
author | Chris Lattner <sabre@nondot.org> | 2002-06-25 16:13:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-06-25 16:13:21 +0000 |
commit | 7076ff29ed02c3472e82575594386739a4bb3e34 (patch) | |
tree | 2e5e31bf8db609442dc4894bdaa7e9eb31189c00 /llvm/lib/Bytecode/Writer/WriterInternals.h | |
parent | fda72b1aad8c70686418b2a7dfa8adbc20435b0e (diff) | |
download | bcm5719-llvm-7076ff29ed02c3472e82575594386739a4bb3e34.tar.gz bcm5719-llvm-7076ff29ed02c3472e82575594386739a4bb3e34.zip |
MEGAPATCH checkin.
For details, See: docs/2002-06-25-MegaPatchInfo.txt
llvm-svn: 2778
Diffstat (limited to 'llvm/lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Writer/WriterInternals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h index bd4a3288268..7b54a564977 100644 --- a/llvm/lib/Bytecode/Writer/WriterInternals.h +++ b/llvm/lib/Bytecode/Writer/WriterInternals.h @@ -27,8 +27,8 @@ public: protected: void outputConstants(bool isMethod); void processMethod(const Function *F); - void processBasicBlock(const BasicBlock *BB); - void processInstruction(const Instruction *I); + void processBasicBlock(const BasicBlock &BB); + void processInstruction(const Instruction &I); private : inline void outputSignature() { |