Remove virtual from many methods. These methods replace methods in the base class...
authorCraig Topper <craig.topper@gmail.com>
Sat, 18 Aug 2012 21:38:45 +0000 (21:38 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 18 Aug 2012 21:38:45 +0000 (21:38 +0000)
commit35fc62bf70074349d74357900dd65f08384970c5
treeef1609cbf83cb6c9026f04f58fe690a533c1d9ba
parent864c8702ba0da2208212e84f146fbbe5c77866ed
Remove virtual from many methods. These methods replace methods in the base class, but the base class methods aren't virtual so it just increased call overhead.

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