diff 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
line wrap: on
line diff
--- a/ir/irfunction.h	Tue May 13 18:07:03 2008 +0200
+++ b/ir/irfunction.h	Tue May 13 21:40:39 2008 +0200
@@ -23,6 +23,7 @@
     llvm::Constant* dwarfSubProg;
 
     llvm::AllocaInst* srcfileArg;
+    llvm::AllocaInst* msgArg;
 
     bool inVolatile;