Skip to content
  1. Nov 15, 2011
  2. Jun 16, 2011
    • Anna Zaks's avatar
      Function::getNumBlockIDs() should be used instead of Function::size() to set... · 2c2aa9a9
      Anna Zaks authored
      Function::getNumBlockIDs() should be used instead of Function::size() to set the upper limit on the block IDs since basic blocks might get removed (simplified away) after being initially numbered. Plus the test case, in which SelectionDAGBuilder::visitBr() calls llvm::MachineFunction::removeFromMBBNumbering(), which introduces the hole in numbering leading to an assert in llc (prior to the fix).
      
      llvm-svn: 133113
      2c2aa9a9
  3. Apr 09, 2011
  4. Jan 05, 2011
  5. Jan 04, 2011
Loading