Merge branch 'master' into nvptx

This commit is contained in:
egaburov
2013-11-08 15:42:58 +01:00
8 changed files with 250 additions and 179 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();