Skip to content

Commit

Permalink
Pass the dag into LowerOperation
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22005 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed May 14, 2005
1 parent 50381b6 commit bc83996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/Target/TargetLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class TargetLowering {
/// which are registered to use 'custom' lowering. This callback is invoked.
/// If the target has no operations that require custom lowering, it need not
/// implement this. The default implementation of this aborts.
virtual SDOperand LowerOperation(SDOperand Op);
virtual SDOperand LowerOperation(SDOperand Op, SelectionDAG &DAG);


private:
Expand Down

0 comments on commit bc83996

Please sign in to comment.