summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-24 11:51:35 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-24 11:51:35 +0200
commit1560780b5fad554f12ce3964854bd474da1048f8 (patch)
treeccd5432593ff0623e5e83c9cf3b0cc79e08bc9ee /MLKLLVMCompiler.mm
parent8e704379e8655c2a59200042894fe55d0d82f279 (diff)
MLKLexicalContext: Add -functionIsInline:.
Diffstat (limited to 'MLKLLVMCompiler.mm')
-rw-r--r--MLKLLVMCompiler.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKLLVMCompiler.mm b/MLKLLVMCompiler.mm
index 2aaa0e8..75b8770 100644
--- a/MLKLLVMCompiler.mm
+++ b/MLKLLVMCompiler.mm
@@ -548,7 +548,7 @@ static Constant
[MLKPrintToString(_head) UTF8String]);
// XXX
- if (NO && [_context functionInline:_head])
+ if ([_context functionIsInline:_head])
{
InlineFunction (call);
}