[unladen-swallow] r1167 committed - Added missing accessor to LlvmFunctionBuilder.

1 view
Skip to first unread message

unladen...@googlecode.com

unread,
Aug 1, 2010, 5:13:15 PM8/1/10
to unladen...@googlegroups.com
Revision: 1167
Author: e...@4geeks.de
Date: Sun Aug 1 14:12:15 2010
Log: Added missing accessor to LlvmFunctionBuilder.


http://code.google.com/p/unladen-swallow/source/detail?r=1167

Modified:
/trunk/JIT/llvm_fbuilder.h

=======================================
--- /trunk/JIT/llvm_fbuilder.h Wed Jul 28 23:50:04 2010
+++ /trunk/JIT/llvm_fbuilder.h Sun Aug 1 14:12:15 2010
@@ -86,6 +86,8 @@
llvm::Value *globals() const { return this->globals_; }
llvm::Value *builtins() const { return this->builtins_; }
llvm::Value *fastlocals() const { return this->fastlocals_; }
+
+ bool is_generator() const { return this->is_generator_; }

llvm::Value *GetLocal(int i) const { return this->locals_[i]; }

Reply all
Reply to author
Forward
0 new messages