mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 06:04:47 +00:00
Header warning patrol.
llvm-svn: 122551
This commit is contained in:
parent
720b32b319
commit
61974eb1f8
@ -442,7 +442,7 @@ namespace llvm {
|
||||
|
||||
bool hasReadyFilter() const { return HasReadyFilter; }
|
||||
|
||||
virtual bool isReady(SUnit *U) const {
|
||||
virtual bool isReady(SUnit *) const {
|
||||
assert(!HasReadyFilter && "The ready filter must override isReady()");
|
||||
return true;
|
||||
}
|
||||
@ -458,7 +458,7 @@ namespace llvm {
|
||||
|
||||
virtual void remove(SUnit *SU) = 0;
|
||||
|
||||
virtual void dump(ScheduleDAG *DAG) const {}
|
||||
virtual void dump(ScheduleDAG *) const {}
|
||||
|
||||
/// ScheduledNode - As each node is scheduled, this method is invoked. This
|
||||
/// allows the priority function to adjust the priority of related
|
||||
|
Loading…
x
Reference in New Issue
Block a user