Skip to content

Commit

Permalink
Trivial test commit...this thing on?
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Oct 9, 2012
1 parent ce2b131 commit 2980567
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -58,9 +58,8 @@ public IRScope getCurrentScope() {
* @param currentScope
*/
public void setCurrentScope(IRScope currentScope) {
if(toplevelScope == null) {
this.toplevelScope = currentScope;
}
if (toplevelScope == null) toplevelScope = currentScope;

this.currentScope = currentScope;
labelsByNames.clear();
variablesByNames.clear();
Expand Down

0 comments on commit 2980567

Please sign in to comment.