Skip to content
  1. Jul 07, 2010
  2. Jul 06, 2010
  3. Jul 05, 2010
  4. Jul 04, 2010
  5. Jul 03, 2010
  6. Jul 02, 2010
    • Jim Grosbach's avatar
      Custom inserters (e.g., conditional moves in Thumb1 can introduce · 3c432485
      Jim Grosbach authored
      new basic blocks, and if used as a function argument, that can cause call frame
      setup / destroy pairs to be split across a basic block boundary. That prevents
      us from doing a simple assertion to check that the pairs match and alloc/
      dealloc the same amount of space. Modify the assertion to only check the
      amount allocated when there are matching pairs in the same basic block.
      
      rdar://8022442
      
      llvm-svn: 107517
      3c432485
Loading