Move the implementation of the instructions clone methods to this file so
authorChris Lattner <sabre@nondot.org>
Fri, 15 Oct 2004 23:52:53 +0000 (23:52 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Oct 2004 23:52:53 +0000 (23:52 +0000)
commit795948a5d1f47c121a027a7916b323caa433f2cb
treec05b371f39fed491211bdaeb6a8078508fdb7d64
parentf319e832e742959a01ab5cd0e34de0722b318b6b
Move the implementation of the instructions clone methods to this file so
that the vtables for these classes are only instantiated in this translation
unit, not in every xlation unit they are used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17026 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instructions.cpp