diff options
Diffstat (limited to 'include/llvm/Bytecode/Format.h')
-rw-r--r-- | include/llvm/Bytecode/Format.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/Format.h b/include/llvm/Bytecode/Format.h index 380f4df..417c743 100644 --- a/include/llvm/Bytecode/Format.h +++ b/include/llvm/Bytecode/Format.h @@ -34,7 +34,6 @@ public: GlobalTypePlane, // Function subtypes: - MethodInfo = 0x21, // Can also have ConstantPool block // Can also have SymbolTable block BasicBlock = 0x31, // May contain many basic blocks |