frfree

Frees a function's stack frame and restores local register variables.

frfree
  

This directive frees the stack frame and restores the registers that fralloc reserved.

The frfree directive does not generate a blr instruction. If your function uses function-level inline assembly, you must explicitly terminate it with this instruction.