mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
Fix patchpoint comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195103 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -25,7 +25,11 @@ class MCExpr;
|
||||
/// MI patchpoint operations take the form:
|
||||
/// [<def>], <id>, <numBytes>, <target>, <numArgs>, <cc>, ...
|
||||
///
|
||||
/// Note that IR/SD patchpoints do not have the <def> or <cc> operands.
|
||||
/// IR patchpoint intrinsics do not have the <cc> operand because calling
|
||||
/// convention is part of the subclass data.
|
||||
///
|
||||
/// SD patchpoint nodes do not have a def operand because it is part of the
|
||||
/// SDValue.
|
||||
///
|
||||
/// Patchpoints following the anyregcc convention are handled specially. For
|
||||
/// these, the stack map also records the location of the return value and
|
||||
|
Reference in New Issue
Block a user