From 712f957cae618caa717dbbeb9740d008dea83eb2 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 17 May 2016 16:01:32 +0000 Subject: Simplify handling of hidden stub. Since r207518 they are printed exactly like non-hidden stubs on x86 and since r207517 on ARM. This means we can use a single set for all stubs in those platforms. llvm-svn: 269776 --- llvm/test/CodeGen/X86/indirect-hidden.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test') diff --git a/llvm/test/CodeGen/X86/indirect-hidden.ll b/llvm/test/CodeGen/X86/indirect-hidden.ll index 9e1b7d37355..5f3885d00e5 100644 --- a/llvm/test/CodeGen/X86/indirect-hidden.ll +++ b/llvm/test/CodeGen/X86/indirect-hidden.ll @@ -35,9 +35,9 @@ declare i32 @__gxx_personality_v0(...) ; CHECK: .section __IMPORT,__pointers,non_lazy_symbol_pointers ; CHECK-NOT: __DATA,__data -; CHECK: .indirect_symbol _normal_typeid +; CHECK: .indirect_symbol _hidden_typeid ; CHECK-NEXT: .long 0 ; CHECK-NOT: __DATA,__data -; CHECK: .indirect_symbol _hidden_typeid +; CHECK: .indirect_symbol _normal_typeid ; CHECK-NEXT: .long 0 -- cgit v1.2.3