Support using pointer arithmetic as lvalue

This commit is contained in:
james.brodman
2013-10-30 17:07:26 -04:00
parent 61c33969a2
commit 9ce6fbe1fa
2 changed files with 15 additions and 2 deletions

1
expr.h
View File

@@ -155,6 +155,7 @@ public:
llvm::Value *GetValue(FunctionEmitContext *ctx) const;
const Type *GetType() const;
const Type *GetLValueType() const;
void Print() const;
Expr *Optimize();