comparison ir/irfunction.h @ 207:e0b6040585b4 trunk

[svn r223] Fixed: assert with message could be broken. Fixed: array length exp could fail on slice.
author lindquist
date Tue, 13 May 2008 21:40:39 +0200
parents 9d44ec83acd1
children d59c363fccad
comparison
equal deleted inserted replaced
206:cd2c9f4010e4 207:e0b6040585b4
21 llvm::Value* _arguments; 21 llvm::Value* _arguments;
22 llvm::Value* _argptr; 22 llvm::Value* _argptr;
23 llvm::Constant* dwarfSubProg; 23 llvm::Constant* dwarfSubProg;
24 24
25 llvm::AllocaInst* srcfileArg; 25 llvm::AllocaInst* srcfileArg;
26 llvm::AllocaInst* msgArg;
26 27
27 bool inVolatile; 28 bool inVolatile;
28 29
29 IrFunction(FuncDeclaration* fd); 30 IrFunction(FuncDeclaration* fd);
30 virtual ~IrFunction(); 31 virtual ~IrFunction();