diff -r 9f4558b3be66 -r 4751c407bb40 compiler/PPCNode.st --- a/compiler/PPCNode.st Sun May 10 06:28:36 2015 +0100 +++ b/compiler/PPCNode.st Tue May 12 01:24:03 2015 +0100 @@ -241,7 +241,7 @@ finite := self. infinite := anotherNode. ] ifFalse: [ - finite := anotherNode. + finite := anotherNode. infinite := self. ].