Skip to content
Commit 9afed0f9 authored by Jakob Stoklund Olesen's avatar Jakob Stoklund Olesen
Browse files

The local register allocator has to spill dirty callee saved registers before a

call that might throw. The landing pad assumes that all registers are in stack
slots.

We used to spill those dirty CSRs after the call, and the stack slots would be
wrong when arriving at the landing pad.

llvm-svn: 102770
parent b74155db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment