summaryrefslogtreecommitdiff
path: root/MLKLexicalContext-MLKLLVMCompilation.mm
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-09-11 18:10:41 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-09-11 18:10:41 +0200
commitace29d495df89afd2e3251064de91b00da2612da (patch)
treec84b9849ac8f6a78bc3b8149533e7edbf12f3a82 /MLKLexicalContext-MLKLLVMCompilation.mm
parent07aea7334f5e82002bcbd86edb5cd811be57d441 (diff)
Add various disabled debugging messages.
Diffstat (limited to 'MLKLexicalContext-MLKLLVMCompilation.mm')
-rw-r--r--MLKLexicalContext-MLKLLVMCompilation.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKLexicalContext-MLKLLVMCompilation.mm b/MLKLexicalContext-MLKLLVMCompilation.mm
index 37f03f5..669c943 100644
--- a/MLKLexicalContext-MLKLLVMCompilation.mm
+++ b/MLKLexicalContext-MLKLLVMCompilation.mm
@@ -44,6 +44,8 @@ id MLKDummyUseLLVMLexicalContext = nil;
-(BOOL) variableHeapAllocationForSymbol:(id)name;
{
+ //return YES;
+
id flag = [self propertyForVariable:name
key:@"LLVM.heap-flag"];