Skip to content

Commit

Permalink
Note to self: dont ride your bike for 30 minutes jump off and commit …
Browse files Browse the repository at this point in the history
…your code
  • Loading branch information
enebo committed Oct 10, 2014
1 parent 259b4bd commit 2d6bff1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/main/java/org/jruby/ir/IRScope.java
Expand Up @@ -510,11 +510,11 @@ private synchronized Instr[] prepareInstructions() {
// Exit BB ipc
cfg().getExitBB().getLabel().setTargetPC(ipc + 1);

System.out.println("CFG.original");
System.out.println(cfg().toStringInstrs());
//System.out.println("CFG.original");
//System.out.println(cfg().toStringInstrs());

System.out.println("CFG.new");
System.out.println(cfg().clone(new SimpleCloneInfo(this, false), this).toStringInstrs());
//System.out.println("CFG.new");
//System.out.println(cfg().clone(new SimpleCloneInfo(this, false), this).toStringInstrs());

// Set up rescue map
setupRescueMap();
Expand Down

0 comments on commit 2d6bff1

Please sign in to comment.