For local variables in functions with a frame pointer, use FP as a base
register for local access when it's closer to the stack slot being refererenced than the stack pointer. Make sure to take into account any argument frame SP adjustments that are in affect at the time. rdar://8256090 llvm-svn: 110366
Loading
Please register or sign in to comment