File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,8 @@ class ValueBase : public SILNode, public SILAllocated<ValueBase> {
467
467
// / For instruction results, this returns getDefiningInstruction(). For
468
468
// / arguments, this returns SILBasicBlock::begin() for the argument's parent
469
469
// / block. Returns nullptr for SILUndef.
470
+ // /
471
+ // / FIXME: remove this redundant API from SILValue.
470
472
SILInstruction *getDefiningInsertionPoint ();
471
473
472
474
// Const version of \see getDefiningInsertionPoint.
@@ -603,8 +605,6 @@ class SILValue {
603
605
604
606
// / If this SILValue is a result of an instruction, return its
605
607
// / defining instruction. Returns nullptr otherwise.
606
- // /
607
- // / FIXME: remove this redundant API from SILValue.
608
608
SILInstruction *getDefiningInstruction () {
609
609
return Value->getDefiningInstruction ();
610
610
}
You can’t perform that action at this time.
0 commit comments