comparison ir/irsymbol.h @ 175:c44e6a711885 trunk

[svn r191] Fixed: array literals did not support all type/storage combinations. Fixed: with expression had broke somewhere along the way.
author lindquist
date Wed, 07 May 2008 00:01:13 +0200
parents db9890b3fb64
children eef8ac26c66c
comparison
equal deleted inserted replaced
174:16e676ae5ab4 175:c44e6a711885
45 IrGlobal* irGlobal; 45 IrGlobal* irGlobal;
46 IrLocal* irLocal; 46 IrLocal* irLocal;
47 IrField* irField; 47 IrField* irField;
48 IrVar* getIrVar(); 48 IrVar* getIrVar();
49 llvm::Value*& getIrValue(); 49 llvm::Value*& getIrValue();
50
51 bool isSet();
50 }; 52 };
51 53
52 #endif 54 #endif