projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2d6ef
)
Fix an unused-parameter warning.
author
Dan Gohman
<gohman@apple.com>
Mon, 24 Nov 2008 19:51:59 +0000
(19:51 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 24 Nov 2008 19:51:59 +0000
(19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59977
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/ScheduleDAG.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/ScheduleDAG.h
b/include/llvm/CodeGen/ScheduleDAG.h
index e120e08593e85274afdbee6df039ba9b8bfe1667..71f0e88ed1a8c0bb328b2ae98a61d4dc40354d4f 100644
(file)
--- a/
include/llvm/CodeGen/ScheduleDAG.h
+++ b/
include/llvm/CodeGen/ScheduleDAG.h
@@
-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