mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Header warning patrol.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122152 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7529b16410
commit
9390983b08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user