We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e9d31 commit 18420d8Copy full SHA for 18420d8
llvm/include/llvm/Target/Target.td
@@ -1415,9 +1415,9 @@ def PREALLOCATED_ARG : StandardPseudoInstruction {
1415
def LOCAL_ESCAPE : StandardPseudoInstruction {
1416
// This instruction is really just a label. It has to be part of the chain so
1417
// that it doesn't get dropped from the DAG, but it produces nothing and has
1418
- // no side effects.
+ // no side effects. Symbol operand is expected to be a label.
1419
let OutOperandList = (outs);
1420
- let InOperandList = (ins ptr_rc:$symbol, i32imm:$id);
+ let InOperandList = (ins unknown:$symbol, i32imm:$id);
1421
let hasSideEffects = false;
1422
let hasCtrlDep = true;
1423
}
0 commit comments