1
0
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:
Dan Gohman 2008-11-24 19:51:59 +00:00
parent 561b0adda9
commit f084381b98

View File

@ -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