Index: src/Virtual/ExpandCasts.cc
===================================================================
--- src/Virtual/ExpandCasts.cc	(revision aff7e862f837ed8e7b405341103d8c3a6aa5a387)
+++ src/Virtual/ExpandCasts.cc	(revision c21f5a90db9704db1b7a16d7af9d651f609df64b)
@@ -105,5 +105,5 @@
 	void VirtualCastCore::premutate( FunctionDecl * functionDecl ) {
 		if ( (! vcast_decl) &&
-		     functionDecl->get_name() == "__cfa__virtual_cast" ) {
+		     functionDecl->get_name() == "__cfavir_virtual_cast" ) {
 			vcast_decl = functionDecl;
 		}
@@ -113,5 +113,5 @@
 		if ( pvt_decl || ! structDecl->has_body() ) {
 			return;
-		} else if ( structDecl->get_name() == "__cfa__parent_vtable" ) {
+		} else if ( structDecl->get_name() == "__cfavir_type_info" ) {
 			pvt_decl = structDecl;
 		}
