comparison gen/dvalue.cpp @ 334:20446d22f832 trunk

[svn r355] Get rid of IRState::exps and topexp.
author ChristianK
date Sat, 12 Jul 2008 15:43:13 +0200
parents 7816aafeea3c
children aaade6ded589
comparison
equal deleted inserted replaced
333:f7190d9eb70c 334:20446d22f832
70 val = v; 70 val = v;
71 vthis = vt; 71 vthis = vt;
72 cc = (unsigned)-1; 72 cc = (unsigned)-1;
73 } 73 }
74 74
75 LLValue* DFuncValue::getLVal()
76 {
77 assert(0);
78 return 0;
79 }
80
81 LLValue* DFuncValue::getRVal() 75 LLValue* DFuncValue::getRVal()
82 { 76 {
83 assert(val); 77 assert(val);
84 return val; 78 return val;
85 } 79 }