Make all the virtual function (except destructor) inline so there are
authorReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:29:56 +0000 (11:29 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:29:56 +0000 (11:29 +0000)
commit1847444e0c23e49013c561219540b1a779fbab29
treeae65e777251aa8ae7b05294a04a1309ef0e3606f
parenta86159cd4ba2ec274a4a85bb383830ddf626dc3c
Make all the virtual function (except destructor) inline so there are
default implementations without taking up a ton of space in a .cpp file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14603 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bytecode/BytecodeHandler.h