Skip to content
  • David Greene's avatar
    · 1fbe0544
    David Greene authored
    Add a bool flag to StackObjects telling whether they reference spill
    slots.  The AsmPrinter will use this information to determine whether to
    print a spill/reload comment.
    
    Remove default argument values.  It's too easy to pass a wrong argument
    value when multiple arguments have default values.  Make everything
    explicit to trap bugs early.
    
    Update all targets to adhere to the new interfaces..
    
    llvm-svn: 87022
    1fbe0544
Loading