Index: src/Virtual/ExpandCasts.cc
===================================================================
--- src/Virtual/ExpandCasts.cc	(revision b91bfde656fcd8611f897a2018e6837168d658b4)
+++ src/Virtual/ExpandCasts.cc	(revision 741e22c9be5d3206b0b9d2ab787878b4cf376b50)
@@ -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;
 		}
