Skip to content
Commit b3b53eca authored by Anton Korobeynikov's avatar Anton Korobeynikov
Browse files

Fix nasty mingw32 bug, which e.g. prevented llvm-gcc bootstrap there.

Mark _alloca call as clobberring EFLAGS, otherwise some DCE might remove
other flags-clobberring stuff (e.g. cmp instructions) occuring after
_alloca call.

llvm-svn: 112034
parent e58c0369
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