TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
authorAndrew Trick <atrick@apple.com>
Fri, 8 Jun 2012 21:52:38 +0000 (21:52 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 8 Jun 2012 21:52:38 +0000 (21:52 +0000)
commiteb81df7d95b8923ea99c0d4741a5aabf82d1c5ab
tree65afa34e62b9b8f5cb3c7a563fb5d729459befe5
parent841f42617531ff947b2d957e7b0cb367a290aae4
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.

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