fix rdar://8360877 a really nasty miscompilation in Boost.Xpressive
caused by my ABI work. Passing: struct outer { int x; struct epsilon_matcher {} e; int f; }; as {i32,i32} isn't safe, because the offset of the second element needs to be at 8 when it is interpreted as a memory value. llvm-svn: 112686
Loading
Please register or sign in to comment