[PATCH] D14343: [WinEH] Fix establisher param reg in CLR funclets
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 15:25:03 PST 2015
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: lib/Target/X86/X86FrameLowering.cpp:718
@@ -707,2 +717,3 @@
+ // The runtime cares about this.
// MOV64mr %rdx, 16(%rsp)
unsigned MOVmr = Uses64BitFramePtr ? X86::MOV64mr : X86::MOV32mr;
----------------
JosephTremoulet wrote:
> Don't care.
Oh, nevermind, I see this is not emitted for CLR funclets.
http://reviews.llvm.org/D14343
More information about the llvm-commits
mailing list