Skip to content
  • Sean Callanan's avatar
    Fixed a bug in which expression-local variables were · e359d9b7
    Sean Callanan authored
    treated as being permanently resident in target
    memory.  In fact, since the expression's stack frame
    is deleted and potentially re-used after the
    expression completes, the variables need to be treated
    as being freeze-dried.
    
    llvm-svn: 131104
    e359d9b7
Loading