| commit | 4aee77c70b0e3d00f1c4fae3e8e151aba5e283e1 | [log] [tgz] |
|---|---|---|
| author | Vikram S. Adve <vadve@cs.uiuc.edu> | Wed Jul 10 21:36:00 2002 +0000 |
| committer | Vikram S. Adve <vadve@cs.uiuc.edu> | Wed Jul 10 21:36:00 2002 +0000 |
| tree | 4be327bb84ce6bb17539273d6f800b91196eefca | |
| parent | 9423a4d0a5f252f7b99a56ea8a5e79ca2934a4b3 [diff] |
More important fixes: -- FP argument to a function with no prototype going on stack was not being copied to the stack in colorCallArgs(). -- Put caller-saving code *before* argument copying code so that we don't trash a register before saving it! -- Two other minor fixes. llvm-svn: 2855