Skip to content
  • Dan Gohman's avatar
    136bd719
    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
    Change ConstantFoldConstantExpression to accept a null
    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
Loading