Index: src/CodeGen/CodeGenerator.cc
===================================================================
--- src/CodeGen/CodeGenerator.cc	(revision 94e0864d381ec34e8e25850109ea127ff29efbca)
+++ src/CodeGen/CodeGenerator.cc	(revision 721f17ac6221a75230b4b1228917e6a163b53ff6)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Wed Jun 24 16:11:41 2015
-// Update Count     : 143
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Fri Jun 26 16:52:58 2015
+// Update Count     : 144
 //
 
@@ -269,5 +269,6 @@
 	      
 				  case OT_CONSTANT:
-					// there are no intrinsic definitions of 0 or 1 as functions
+				  case OT_LABELADDRESS:
+					// there are no intrinsic definitions of 0/1 or label addresses as functions
 					assert( false );
 				}
