Changes in src/CodeGen/CodeGenerator.cc [145f1fc:2794fff]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cc
r145f1fc r2794fff 238 238 239 239 case OT_CALL: 240 // there are no intrinsic definitions of the function call operator 240 case OT_CTOR: 241 case OT_DTOR: 242 // there are no intrinsic definitions of the function call operator or constructors or destructors 241 243 assert( false ); 242 244 break;
Note: See TracChangeset
for help on using the changeset viewer.