C++: add noopt on getPhiOperandDefinition

This commit is contained in:
Robert Marsh
2020-01-07 16:21:09 -08:00
parent 8acbb3bfb9
commit e416d75f6f

View File

@@ -153,9 +153,10 @@ private module Cached {
)
}
pragma[noopt]
cached
Instruction getPhiOperandDefinition(
PhiInstruction instr, IRBlock newPredecessorBlock, Overlap overlap
Phi instr, IRBlock newPredecessorBlock, Overlap overlap
) {
exists(
Alias::MemoryLocation defLocation, Alias::MemoryLocation useLocation, OldBlock phiBlock,