summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
diff options
context:
space:
mode:
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);
}