mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 10:46:11 +00:00
[CodeGen] Update hasSideEffects comment. NFC.
We used to have 3 side effect flags, but as of r222809, we only have hasSideEffects. Change the comment to reflect that. llvm-svn: 298220
This commit is contained in:
parent
bcb17ecf04
commit
531e275aa8
@ -402,11 +402,8 @@ class Instruction {
|
|||||||
// If so, make sure to override
|
// If so, make sure to override
|
||||||
// TargetInstrInfo::getInsertSubregLikeInputs.
|
// TargetInstrInfo::getInsertSubregLikeInputs.
|
||||||
|
|
||||||
// Side effect flags - When set, the flags have these meanings:
|
// Does the instruction have side effects that are not captured by any
|
||||||
//
|
// operands of the instruction or other flags?
|
||||||
// hasSideEffects - The instruction has side effects that are not
|
|
||||||
// captured by any operands of the instruction or other flags.
|
|
||||||
//
|
|
||||||
bit hasSideEffects = ?;
|
bit hasSideEffects = ?;
|
||||||
|
|
||||||
// Is this instruction a "real" instruction (with a distinct machine
|
// Is this instruction a "real" instruction (with a distinct machine
|
||||||
|
Loading…
Reference in New Issue
Block a user