Change push_all to a non-virtual function and implement it in the
authorDan Gohman <gohman@apple.com>
Wed, 26 May 2010 01:10:55 +0000 (01:10 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 26 May 2010 01:10:55 +0000 (01:10 +0000)
commita4e4ffd389497eb28f5fe91521fb71da4340e5d6
tree4b451f9b85311f831df0e12084e3a13e1f4f0258
parent4f989451328f638bab0e9535bbc1704ea7262324
Change push_all to a non-virtual function and implement it in the
base class, since all the implementations are the same.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104659 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LatencyPriorityQueue.h
include/llvm/CodeGen/ScheduleDAG.h
lib/CodeGen/LatencyPriorityQueue.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp