comparison ir/irfunction.cpp @ 936:2ebac4750adb

Removed some dead code. Fixed assertion filenames for imported template instances. Fixes #152 .
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 04 Feb 2009 02:10:23 +0100
parents df196c8dea26
children 1714836f2c0b
comparison
equal deleted inserted replaced
935:acd745fbdb66 936:2ebac4750adb
30 30
31 _arguments = NULL; 31 _arguments = NULL;
32 _argptr = NULL; 32 _argptr = NULL;
33 33
34 dwarfSubProg = NULL; 34 dwarfSubProg = NULL;
35
36 srcfileArg = NULL;
37 msgArg = NULL;
38 35
39 nextUnique.push(0); 36 nextUnique.push(0);
40 } 37 }
41 38
42 std::string IrFunction::getScopedLabelName(const char* ident) 39 std::string IrFunction::getScopedLabelName(const char* ident)