Fix a bug in my previous patch: refer to the impl not the pure virtual version. ...
authorChris Lattner <sabre@nondot.org>
Tue, 1 Jan 2008 01:05:34 +0000 (01:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Jan 2008 01:05:34 +0000 (01:05 +0000)
commit264e6fec9f3962cb269031d6d84cee9f896e0286
treeaf6818e607a034a6c52d66091621d2f5b1772b68
parent641055225092833197efe8e5bce01d50bcf1daae
Fix a bug in my previous patch: refer to the impl not the pure virtual version.  It's unclear why gcc would ever compile this...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45476 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/X86/X86InstrInfo.cpp