compiler/TFunctionBinding.st
changeset 11 6d39860d0fdb
parent 7 7556e3d41d80
child 15 10a95d798b36
--- a/compiler/TFunctionBinding.st	Mon Sep 14 16:27:00 2015 +0100
+++ b/compiler/TFunctionBinding.st	Wed Sep 16 05:29:43 2015 +0100
@@ -26,6 +26,14 @@
     "Modified: / 02-09-2015 / 17:02:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!TFunctionBinding methodsFor:'converting'!
+
+asLLVMValueInModule: aLLVMModule
+    self subclassResponsibility
+
+    "Created: / 15-09-2015 / 07:03:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !TFunctionBinding methodsFor:'initialization'!
 
 parameterTypes: aCollection