Dwarf requires variable entries to be in the source order. Right now, since we...
Dwarf requires variable entries to be in the source order. Right now, since we are recording variable information at isel time this means parameters would appear in the reverse order. The short term fix is to issue recordVariable() at asm printing time instead. llvm-svn: 46724
Loading
Please register or sign in to comment