[C++11] Mark the target fast isel classes as 'final' so that the compiler can de...
authorCraig Topper <craig.topper@gmail.com>
Tue, 18 Mar 2014 07:27:13 +0000 (07:27 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 18 Mar 2014 07:27:13 +0000 (07:27 +0000)
commita9d93e3c74b5527eba8066a353afde2002cd80da
treec9a20aeabfcf36bdf9de1c026470e934a71c41f1
parent5b645797db05926bffdd6214e94a527267445cc9
[C++11] Mark the target fast isel classes as 'final' so that the compiler can de-virtualize some of the internal calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204123 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/X86/X86FastISel.cpp