Skip to content
  1. Jun 04, 2009
  2. Jun 03, 2009
  3. Jun 02, 2009
    • Dan Gohman's avatar
      Change ConstantFoldConstantExpression to accept a null · 136bd719
      Dan Gohman authored
      TargetData pointer. The only thing it's used for are
      calls to ConstantFoldCompareInstOperands and
      ConstantFoldInstOperands, which both already accept a
      null TargetData pointer. This makes
      ConstantFoldConstantExpression easier to use in clients
      where TargetData is optional.
      
      llvm-svn: 72741
      136bd719
Loading