mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 00:37:49 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
524dab14f4
commit
e8b3e02dce
@ -101,8 +101,8 @@ private:
|
||||
HandleBaseKind getKind() const { return PrevPair.getInt(); }
|
||||
void setPrevPtr(ValueHandleBase **Ptr) { PrevPair.setPointer(Ptr); }
|
||||
|
||||
/// AddToUseList - Add this ValueHandle to the use list for VP, where List is
|
||||
/// known to point into the existing use list.
|
||||
/// AddToExistingUseList - Add this ValueHandle to the use list for VP,
|
||||
/// where List is known to point into the existing use list.
|
||||
void AddToExistingUseList(ValueHandleBase **List);
|
||||
|
||||
/// AddToUseList - Add this ValueHandle to the use list for VP.
|
||||
|
Loading…
x
Reference in New Issue
Block a user