diff options
| author | Eric Christopher <echristo@apple.com> | 2010-12-18 10:54:29 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-12-18 10:54:29 +0000 |
| commit | 8786aab4755efc9d1ae8a9e7dc442f3a75f69983 (patch) | |
| tree | 1bca6f87aac28655b731ca17c0caea81174b381e /llvm | |
| parent | 71d29167ea4d64166cd941fb6b5432652a0ea406 (diff) | |
| download | bcm5719-llvm-8786aab4755efc9d1ae8a9e7dc442f3a75f69983.tar.gz bcm5719-llvm-8786aab4755efc9d1ae8a9e7dc442f3a75f69983.zip | |
Header warning patrol.
llvm-svn: 122152
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Support/ValueHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ValueHandle.h b/llvm/include/llvm/Support/ValueHandle.h index 3fdef6b5450..7e5bc1b4cf4 100644 --- a/llvm/include/llvm/Support/ValueHandle.h +++ b/llvm/include/llvm/Support/ValueHandle.h @@ -394,7 +394,7 @@ public: /// Called when a new Use is added to the use-list of this->getValPtr(), /// after the Use has been appended to the list. Other VH kinds would ignore /// this callback, but clients can use it to trigger re-analysis of Values. - virtual void addedUse(Use &U) {} + virtual void addedUse(Use &) {} }; // Specialize simplify_type to allow CallbackVH to participate in |

