https://bugs.kde.org/show_bug.cgi?id=435665

--- Comment #2 from Julian Seward <jsew...@acm.org> ---
(In reply to Carl Love from comment #1)
> Created attachment 137535 [details]
> PPC add copy, paste, cpabort support

+   d = unsafeIRDirty_1_N (
+      cr0,
+      0/*regparms*/,
+      "copy_paste_abort_dirty_helper",
+      fnptr_to_fnentry( vbi, &copy_paste_abort_dirty_helper ),
+      args );
+   stmt( IRStmt_Dirty(d) );

Doesn't this need some statement of effects?  (mem/regs read/written)
Without that Memcheck won't know what effect the instruction has.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to