summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-17 06:36:20 +0000
committerChris Lattner <sabre@nondot.org>2011-06-17 06:36:20 +0000
commit7a1b9bdd2b837b15c9213cdaf89cacc977e4600e (patch)
treec1ca7431617ae70e344136bcfebb7ae480fbf562 /test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
parentec324e5ae44025c6bdb930b78198f30f807e355b (diff)
downloadllvm-7a1b9bdd2b837b15c9213cdaf89cacc977e4600e.tar.gz
llvm-7a1b9bdd2b837b15c9213cdaf89cacc977e4600e.tar.bz2
llvm-7a1b9bdd2b837b15c9213cdaf89cacc977e4600e.tar.xz
Remove support for using "foo" as symbols instead of %"foo". This is ancient
syntax and has been long obsolete. As usual, updating the tests is the nasty part of this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133242 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll')
-rw-r--r--test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll b/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
index 568b88f4df..2a2cf6cfb8 100644
--- a/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
+++ b/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
@@ -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