Remove support for using "foo" as symbols instead of %"foo". This is ancient
[oota-llvm.git] / test / CodeGen / Generic / 2007-04-30-LandingPadBranchFolding.ll
index 568b88f4df19ec24776a7f9dd0fc5cf153fd5b69..2a2cf6cfb873a40673970034d543bd02d21afb4d 100644 (file)
@@ -1,13 +1,13 @@
 ; RUN: llc < %s 
 ; PR1228
 
-       "struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Alloc_hider" = type { i8* }
-       "struct.std::locale" = type { "struct.std::locale::_Impl"* }
-       "struct.std::locale::_Impl" = type { i32, "struct.std::locale::facet"**, i32, "struct.std::locale::facet"**, i8** }
-       "struct.std::locale::facet" = type { i32 (...)**, i32 }
-       "struct.std::string" = type { "struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Alloc_hider" }
+       %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Alloc_hider" = type { i8* }
+       %"struct.std::locale" = type { %"struct.std::locale::_Impl"* }
+       %"struct.std::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"**, i8** }
+       %"struct.std::locale::facet" = type { i32 (...)**, i32 }
+       %"struct.std::string" = type { %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Alloc_hider" }
 
-define void @_ZNKSt6locale4nameEv("struct.std::string"* %agg.result) {
+define void @_ZNKSt6locale4nameEv(%"struct.std::string"* %agg.result) {
 entry:
        %tmp105 = icmp eq i8* null, null                ; <i1> [#uses=1]
        br i1 %tmp105, label %cond_true, label %cond_true222