diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:51:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:51:58 +0000 |
commit | 4e8c4877aaf055f967dc0ec9f1776510e418d51b (patch) | |
tree | 9a01c96215f1fedaabea15c92d7fcf84732f9b37 /llvm/lib/Bytecode/Reader/ReaderInternals.h | |
parent | 2c8c163103c28312cb87360db380a86d610768d0 (diff) | |
download | bcm5719-llvm-4e8c4877aaf055f967dc0ec9f1776510e418d51b.tar.gz bcm5719-llvm-4e8c4877aaf055f967dc0ec9f1776510e418d51b.zip |
Rename Method to Function
llvm-svn: 1957
Diffstat (limited to 'llvm/lib/Bytecode/Reader/ReaderInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Reader/ReaderInternals.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Bytecode/Reader/ReaderInternals.h b/llvm/lib/Bytecode/Reader/ReaderInternals.h index a5b3b7acfd6..54cda44a6b4 100644 --- a/llvm/lib/Bytecode/Reader/ReaderInternals.h +++ b/llvm/lib/Bytecode/Reader/ReaderInternals.h @@ -27,12 +27,6 @@ #define BCR_TRACE(n, X) #endif -class BasicBlock; -class Method; -class Module; -class Type; -class PointerType; - typedef unsigned char uchar; struct RawInst { // The raw fields out of the bytecode stream... |