diff options
Diffstat (limited to 'include/llvm/Bytecode')
-rw-r--r-- | include/llvm/Bytecode/Format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/Format.h b/include/llvm/Bytecode/Format.h index a87f8d18a6..19f4e1990a 100644 --- a/include/llvm/Bytecode/Format.h +++ b/include/llvm/Bytecode/Format.h @@ -18,7 +18,7 @@ public: Module = 0x01, // Module subtypes: - Method = 0x11, + Function = 0x11, ConstantPool, SymbolTable, ModuleGlobalInfo, |