diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-17 22:04:53 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-17 22:05:21 +0200 |
commit | 79b29bf6e41ca122d469040cd671d43ce81bd6df (patch) | |
tree | 5c67557a9464b18170ffc0137bf37607b41d121c | |
parent | 96870ab2cd94ba6e36585837b69048c544e6d6b6 (diff) |
Formatting.
-rw-r--r-- | MLKLLVMCompiler.mm | 2 |
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); |