Skip to content
  • Sean Callanan's avatar
    Fixed a problem with the IR interpreter that caused · 0886e565
    Sean Callanan authored
    it to generate result variables that were not bound
    to their underlying data.  This allowed the SBValue
    class to use the interpreter (if possible).
    
    Also made sure that any result variables that point
    to stack allocations in the stack frame of the
    interpreted expressions do not get live data.
    
    llvm-svn: 140285
    0886e565
Loading