mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Fix comment typo. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241625 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78bc2545c9
commit
cd913492e7
@ -382,7 +382,7 @@ public:
|
|||||||
///
|
///
|
||||||
/// Note that this does not consider malloc and alloca to have side
|
/// Note that this does not consider malloc and alloca to have side
|
||||||
/// effects because the newly allocated memory is completely invisible to
|
/// effects because the newly allocated memory is completely invisible to
|
||||||
/// instructions which don't used the returned value. For cases where this
|
/// instructions which don't use the returned value. For cases where this
|
||||||
/// matters, isSafeToSpeculativelyExecute may be more appropriate.
|
/// matters, isSafeToSpeculativelyExecute may be more appropriate.
|
||||||
bool mayHaveSideEffects() const {
|
bool mayHaveSideEffects() const {
|
||||||
return mayWriteToMemory() || mayThrow() || !mayReturn();
|
return mayWriteToMemory() || mayThrow() || !mayReturn();
|
||||||
|
Loading…
Reference in New Issue
Block a user