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)
commitc351aed4b1e42e855e00a6a1147de53dd13d7855
treec74bb478afd6be7fa5b82edc2d3113db65438d8b
parentfcf14e8436aab2fbf9cec61193e6e40ae22b5610
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.

llvm-svn: 168759
llvm/include/llvm/Target/TargetInstrInfo.h
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/TargetInstrInfo.cpp
llvm/lib/CodeGen/TargetInstrInfoImpl.cpp [deleted file]