mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix 80-column violation.
Swift SVN r23721
This commit is contained in:
@@ -87,10 +87,11 @@ public:
|
||||
MayWrite,
|
||||
/// The instruction may read or write memory.
|
||||
MayReadWrite,
|
||||
/// \brief The instruction may have side effects not captured solely by its
|
||||
/// users. Specifically, it can return, release memory, or store. Note,
|
||||
/// alloc is not considered to have side effects because its
|
||||
/// result/users represent its effect.
|
||||
/// \brief The instruction may have side effects not captured
|
||||
/// solely by its users. Specifically, it can return,
|
||||
/// release memory, or store. Note, alloc is not considered
|
||||
/// to have side effects because its result/users represent
|
||||
/// its effect.
|
||||
MayHaveSideEffects,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user