Changeset 3323
- Timestamp:
- Jun 18, 2013, 12:29:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
proto/pabloj/trunk/src/toolchain/pabloS/transformer/visitors/PabloS2PabloBXFormer.java
r3322 r3323 151 151 private FuncCallNode makeCarryFlipCall(int index, Locator locator) { 152 152 153 // int pos = (index+1);154 155 153 pabloB.ast.IntegerConstantNode indexNode = Generators.makeIntegerConstantNode(locator, index); 156 157 // FuncCallNode getCarryFuncCall = Generators.makeFuncCallNode(locator,158 // CarrySetEncoder.CARRYSETBASENAME,159 // carrySetEncoder.getCode(CarrySetBuiltins.GETCARRY), indexNode);160 154 161 155 FuncCallNode carryFlipFuncCall = Generators.makeFuncCallNode(locator,
Note: See TracChangeset
for help on using the changeset viewer.