Changes in src/CodeGen/CodeGenerator.cc [1840193:971ae89]
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cc
r1840193 r971ae89 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 5:58 201513 // Update Count : 23 312 // Last Modified On : Thu Sep 17 15:24:08 2015 13 // Update Count : 231 14 14 // 15 15 … … 258 258 259 259 case OT_CALL: 260 case OT_CTOR: 261 case OT_DTOR: 262 // there are no intrinsic definitions of the function call operator or constructors or destructors 260 // there are no intrinsic definitions of the function call operator 263 261 assert( false ); 264 262 break; … … 324 322 325 323 case OT_CALL: 326 case OT_CTOR:327 case OT_DTOR:328 324 assert( false ); 329 325 break;
Note:
See TracChangeset
for help on using the changeset viewer.