Index: src/ControlStruct/MLEMutator.cc
===================================================================
--- src/ControlStruct/MLEMutator.cc	(revision 2871210d7be1910f7296a17164d525f66ef82648)
+++ src/ControlStruct/MLEMutator.cc	(revision 28a8cf9a6d4ac65b0d2dca677451b9f6e9533eec)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Rob Schluntz
-// Last Modified On : Thu Jun 04 15:12:33 2015
-// Update Count     : 173
+// Last Modified On : Sat Jun 27 10:56:14 2015
+// Update Count     : 174
 //
 
@@ -143,5 +143,5 @@
 			if ( enclosingLoops.empty() ) {
 				throw SemanticError( "'continue' outside a loop" );
-			} else if ( std::find( enclosingLoops.begin(), enclosingLoops.end(), (*targetTable)[branchStmt->get_target()] ) == enclosingLoops.end() ) {
+			} else if ( branchStmt->get_target() != "" && std::find( enclosingLoops.begin(), enclosingLoops.end(), (*targetTable)[branchStmt->get_target()] ) == enclosingLoops.end() ) {
 				throw SemanticError( "'continue' target label must be an enclosing loop: " + originalTarget );
 			}
