mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
There is no killUse.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b009d220aa
commit
4e35595368
@ -163,7 +163,7 @@ public:
|
||||
/// to check for specific values.
|
||||
unsigned getNumUses() const;
|
||||
|
||||
/// addUse/killUse - These two methods should only be used by the Use class.
|
||||
/// addUse - This method should only be used by the Use class.
|
||||
///
|
||||
void addUse(Use &U) { U.addToList(&UseList); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user