summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2010-09-16-asmcrash.ll
Commit message (Collapse)AuthorAgeFilesLines
* When substituting sunkaddrs into indirect arguments an asm, we wereDale Johannesen2010-09-161-0/+56
walking the asm arguments once and stashing their Values. This is wrong because the same memory location can be in the list twice, and if the first one has a sunkaddr substituted, the stashed value for the second one will be wrong (use-after-free). PR 8154. llvm-svn: 114104
OpenPOWER on IntegriCloud