Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 28 Nov 2012 02:35:13 +0000 (02:35 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 28 Nov 2012 02:35:13 +0000 (02:35 +0000)
commitfa2d98632c77e5d9c305e97e5fa25d06f579127b
treef9660d42a520e4fd70a22a9c0e3f3c986d66775d
parent11fad6ec660d2131e040ebdecc4433b359d05e5f
Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.

The *Impl class no longer serves a purpose now that the super-class
implementation is in CodeGen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168759 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetInstrInfoImpl.cpp [deleted file]