aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-29 03:51:11 +0000
committerChris Lattner <sabre@nondot.org>2002-03-29 03:51:11 +0000
commitc9aa7dfee4987dba9bf287ff5a747bc86fa21f3a (patch)
treee935cfcbdefcf293945465de8dd7f50dd48fdf0e /include
parent6bfd6a578a3a4fa95c585c988ee712ba880f9923 (diff)
downloadexternal_llvm-c9aa7dfee4987dba9bf287ff5a747bc86fa21f3a.zip
external_llvm-c9aa7dfee4987dba9bf287ff5a747bc86fa21f3a.tar.gz
external_llvm-c9aa7dfee4987dba9bf287ff5a747bc86fa21f3a.tar.bz2
s/Method/Function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Bytecode/Format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/Format.h b/include/llvm/Bytecode/Format.h
index a87f8d1..19f4e19 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,