mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-27 18:28:14 +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
|
||||
// TargetInstrInfo::getInsertSubregLikeInputs.
|
||||
|
||||
// Side effect flags - When set, the flags have these meanings:
|
||||
//
|
||||
// hasSideEffects - The instruction has side effects that are not
|
||||
// captured by any operands of the instruction or other flags.
|
||||
//
|
||||
// Does the instruction have side effects that are not captured by any
|
||||
// operands of the instruction or other flags?
|
||||
bit hasSideEffects = ?;
|
||||
|
||||
// Is this instruction a "real" instruction (with a distinct machine
|
||||
|
Loading…
Reference in New Issue
Block a user