Skip to content
Commit d5aae980 authored by Nadav Rotem's avatar Nadav Rotem
Browse files

In some cases, due to scheduling constraints we copy the EFLAGS.

The only way to read the eflags is using push and pop. If we don't
adjust the stack then we run over the first frame index. This is
not something that we want to do, so we have to make sure that
our machine function does not copy the flags. If it does then
we have to emit the prolog that adjusts the stack.

rdar://12896831

llvm-svn: 170961
parent 6ac2fc49
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