From c9aa7dfee4987dba9bf287ff5a747bc86fa21f3a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 29 Mar 2002 03:51:11 +0000 Subject: s/Method/Function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2035 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Writer/Writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Bytecode/Writer/Writer.cpp') diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index a83bd1642c..af53ee5c0e 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -150,7 +150,7 @@ void BytecodeWriter::outputModuleInfoBlock(const Module *M) { } void BytecodeWriter::processMethod(const Function *M) { - BytecodeBlock FunctionBlock(BytecodeFormat::Method, Out); + BytecodeBlock FunctionBlock(BytecodeFormat::Function, Out); output_vbr((unsigned)M->hasInternalLinkage(), Out); // Only output the constant pool and other goodies if needed... if (!M->isExternal()) { -- cgit v1.2.3-18-g5258