Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jan 31, 2015
1 parent ae1c25c commit 619efad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ private Placement processExtendAssign(ExprList exprs, OpExtendAssign input) {

// There are three cases:
// 1 - expressions that can be pushed into the subop.
// 2 - expressions that are covered when the extend/assign has applied.
// 3 - "unpushed" : expressions that are not covered even at the outermost level.
// 2 - expressions that are covered when the extend/assign has applied. [wrapping]
// 3 - expressions that are not covered even at the outermost level. [unplaced]

List<Var> vars1 = input.getVarExprList().getVars() ;
Op subOp = input.getSubOp() ;
Expand Down

0 comments on commit 619efad

Please sign in to comment.