mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix an unused-parameter warning.
llvm-svn: 59977
This commit is contained in:
parent
561b0adda9
commit
f084381b98
@ -313,7 +313,7 @@ namespace llvm {
|
||||
|
||||
/// addCustomGraphFeatures - Add custom features for a visualization of
|
||||
/// the ScheduleDAG.
|
||||
virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const {}
|
||||
virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}
|
||||
|
||||
#ifndef NDEBUG
|
||||
/// VerifySchedule - Verify that all SUnits were scheduled and that
|
||||
|
Loading…
x
Reference in New Issue
Block a user