compiler/PPCFSAVisitor.st
changeset 532 132d7898a2a1
parent 524 f6f68d32de73
child 534 a949c4fe44df
--- a/compiler/PPCFSAVisitor.st	Wed Aug 26 21:41:20 2015 +0100
+++ b/compiler/PPCFSAVisitor.st	Wed Aug 26 23:01:00 2015 +0100
@@ -2,7 +2,7 @@
 
 "{ NameSpace: Smalltalk }"
 
-PPCNodeVisitor subclass:#PPCFSAVisitor
+PPCPass subclass:#PPCFSAVisitor
 	instanceVariableNames:'fsaCache idGen'
 	classVariableNames:''
 	poolDictionaries:''