Changes in src/CodeGen/CodeGenerator.cc [971ae89:1840193]
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cc
r971ae89 r1840193 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Thu Sep 17 15:2 4:08 201513 // Update Count : 23 112 // Last Modified On : Thu Sep 17 15:25:58 2015 13 // Update Count : 233 14 14 // 15 15 … … 258 258 259 259 case OT_CALL: 260 // there are no intrinsic definitions of the function call operator 260 case OT_CTOR: 261 case OT_DTOR: 262 // there are no intrinsic definitions of the function call operator or constructors or destructors 261 263 assert( false ); 262 264 break; … … 322 324 323 325 case OT_CALL: 326 case OT_CTOR: 327 case OT_DTOR: 324 328 assert( false ); 325 329 break;
Note:
See TracChangeset
for help on using the changeset viewer.