| commit | 1fbe0544509ff3a4b9edcd2e0fb8fbab6ce1f5b1 | [log] [tgz] |
|---|---|---|
| author | David Greene <greened@obbligato.org> | Thu Nov 12 20:49:22 2009 +0000 |
| committer | David Greene <greened@obbligato.org> | Thu Nov 12 20:49:22 2009 +0000 |
| tree | 4b3925f0e867adad2b81a16e5daefa7d390deb0e | |
| parent | 2cefe383658bbd052f4dcf07ac3adbee33a2f51b [diff] |
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