diff options
Diffstat (limited to 'src/ir/effects.h')
-rw-r--r-- | src/ir/effects.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ir/effects.h b/src/ir/effects.h index 444099fe9..de228c3f4 100644 --- a/src/ir/effects.h +++ b/src/ir/effects.h @@ -440,12 +440,6 @@ private: } parent.implicitTrap = true; } - void visitSIMDWiden(SIMDWiden* curr) {} - void visitPrefetch(Prefetch* curr) { - // Do not reorder with respect to other memory ops - parent.writesMemory = true; - parent.readsMemory = true; - } void visitMemoryInit(MemoryInit* curr) { parent.writesMemory = true; parent.implicitTrap = true; |