Skip to content
  1. Dec 27, 2012
  2. Dec 26, 2012
  3. Dec 25, 2012
  4. Dec 24, 2012
  5. Dec 23, 2012
  6. Dec 22, 2012
  7. Dec 21, 2012
  8. Dec 20, 2012
  9. Dec 19, 2012
    • Jakob Stoklund Olesen's avatar
      Remove the explicit MachineInstrBuilder(MI) constructor. · b159b5ff
      Jakob Stoklund Olesen authored
      Use the version that also takes an MF reference instead.
      
      It would technically be possible to extract an MF reference from the MI
      as MI->getParent()->getParent(), but that would not work for MIs that
      are not inserted into any basic block.
      
      Given the reasonably small number of places this constructor was used at
      all, I preferred the compile time check to a run time assertion.
      
      llvm-svn: 170588
      b159b5ff
Loading