Skip to content

Commit fa4af03

Browse files
authored
[IR] Remove stale reference to waymarking from Use.h comments. NFC (llvm#125114)
1 parent 38ddcb7 commit fa4af03

File tree

1 file changed

+0
-8
lines changed
  • llvm/include/llvm/IR

1 file changed

+0
-8
lines changed

llvm/include/llvm/IR/Use.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
/// instruction or some other User instance which refers to a Value. The Use
1212
/// class keeps the "use list" of the referenced value up to date.
1313
///
14-
/// Pointer tagging is used to efficiently find the User corresponding to a Use
15-
/// without having to store a User pointer in every Use. A User is preceded in
16-
/// memory by all the Uses corresponding to its operands, and the low bits of
17-
/// one of the fields (Prev) of the Use class are used to encode offsets to be
18-
/// able to find that User given a pointer to any Use. For details, see:
19-
///
20-
/// http://www.llvm.org/docs/ProgrammersManual.html#UserLayout
21-
///
2214
//===----------------------------------------------------------------------===//
2315

2416
#ifndef LLVM_IR_USE_H

0 commit comments

Comments
 (0)