summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-12-18 10:54:29 +0000
committerEric Christopher <echristo@apple.com>2010-12-18 10:54:29 +0000
commit8786aab4755efc9d1ae8a9e7dc442f3a75f69983 (patch)
tree1bca6f87aac28655b731ca17c0caea81174b381e /llvm
parent71d29167ea4d64166cd941fb6b5432652a0ea406 (diff)
downloadbcm5719-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.h2
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
OpenPOWER on IntegriCloud