mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 08:46:23 +00:00
Add a FIXME for unwritten code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d932aabff0
commit
c552ff2825
@ -239,6 +239,8 @@ bool Instruction::mayWriteToMemory() const {
|
||||
case Instruction::Call:
|
||||
if (const IntrinsicInst *II = dyn_cast<IntrinsicInst>(this)) {
|
||||
// If the intrinsic doesn't write memory, it is safe.
|
||||
// FIXME: this is obviously supposed to determine which intrinsics
|
||||
// don't write to memory, but hasn't been implemented yet.
|
||||
}
|
||||
return true;
|
||||
case Instruction::Load:
|
||||
|
Loading…
Reference in New Issue
Block a user