This fixes the vast majority of remaining failing AVR Generic CodeGen tests.
DenseMap iteration order is not guaranteed, use MapVector instead. Fix provided by srhines. Differential Revision: https://reviews.llvm.org/D59807 llvm-svn: 356988