mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
Add a FIXME for unwritten code.
llvm-svn: 34422
This commit is contained in:
parent
eea9643d46
commit
9ada0ff0ed
@ -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