summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ValueHandle.h
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
commit9390983b083413fff389d6ab956c82b175d4885e (patch)
tree407f6cbba08e4c32989bc8ad684fbc745af1a6f6 /include/llvm/Support/ValueHandle.h
parent7529b164104f802b59fbf96f5a88d9709ac3ff1a (diff)
downloadllvm-9390983b083413fff389d6ab956c82b175d4885e.tar.gz
llvm-9390983b083413fff389d6ab956c82b175d4885e.tar.bz2
llvm-9390983b083413fff389d6ab956c82b175d4885e.tar.xz
Header warning patrol.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122152 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ValueHandle.h')
-rw-r--r--include/llvm/Support/ValueHandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/ValueHandle.h b/include/llvm/Support/ValueHandle.h
index 3fdef6b545..7e5bc1b4cf 100644
--- a/include/llvm/Support/ValueHandle.h
+++ b/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