move a virtual method body to its .cpp file to avoid a #include
authorChris Lattner <sabre@nondot.org>
Sun, 2 Aug 2009 04:58:19 +0000 (04:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Aug 2009 04:58:19 +0000 (04:58 +0000)
commitb6bbfebdc683a6a123410bca1175e14d264d4bc2
tree3415ccee2ba6cd78c600e15a83888036938d8682
parent7bbd178d4bf1181d337e5fe657926d677c2e33aa
move a virtual method body to its .cpp file to avoid a #include
in a header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77874 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/Target/TargetInstrInfo.cpp