summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-17 22:04:53 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-17 22:05:21 +0200
commit79b29bf6e41ca122d469040cd671d43ce81bd6df (patch)
tree5c67557a9464b18170ffc0137bf37607b41d121c /MLKLLVMCompiler.mm
parent96870ab2cd94ba6e36585837b69048c544e6d6b6 (diff)
Formatting.
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 cfa50c3..1fe4f4b 100644
--- a/MLKLLVMCompiler.mm
+++ b/MLKLLVMCompiler.mm
@@ -706,7 +706,7 @@ static Constant
@implementation MLKSetQForm (MLKLLVMCompilation)
-(Value *) processForLLVM
-{
+{
NSEnumerator *var_e, *value_e;
MLKForm *valueForm;
Value *value = ConstantPointerNull::get (PointerTy);