summary refs log tree commit diff stats
path: root/rod/transf.nim
diff options
context:
space:
mode:
Diffstat (limited to 'rod/transf.nim')
-rwxr-xr-xrod/transf.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/rod/transf.nim b/rod/transf.nim
index 49369bb74..5b62c7f16 100755
--- a/rod/transf.nim
+++ b/rod/transf.nim
@@ -720,7 +720,7 @@ proc transform(c: PTransf, n: PNode): PTransNode =
     result = transformSons(c, n)
   var cnst = getConstExpr(c.module, PNode(result))
   if cnst != nil: 
-    result = PTransNode(cnst) # do not miss an optimization
+    result = PTransNode(cnst) # do not miss an optimization  
  
 proc processTransf(context: PPassContext, n: PNode): PNode = 
   # Note: For interactive mode we cannot call 'passes.skipCodegen' and skip