Changeset 721f17a for src/CodeGen
- Timestamp:
- Jun 26, 2015, 11:48:17 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 0df292b
- Parents:
- 1869adf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cc
r1869adf r721f17a 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Wed Jun 24 16:11:41201513 // Update Count : 14 311 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 26 16:52:58 2015 13 // Update Count : 144 14 14 // 15 15 … … 269 269 270 270 case OT_CONSTANT: 271 // there are no intrinsic definitions of 0 or 1 as functions 271 case OT_LABELADDRESS: 272 // there are no intrinsic definitions of 0/1 or label addresses as functions 272 273 assert( false ); 273 274 }
Note: See TracChangeset
for help on using the changeset viewer.