aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pr1505b.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-09 06:57:21 +0000
committerChris Lattner <sabre@nondot.org>2008-03-09 06:57:21 +0000
commitce6e49299787e1d9bccbf4fc96e167879f19edc2 (patch)
tree420c63cab1a43ca5091c75ce4f6a2dc660d4bab4 /test/CodeGen/X86/pr1505b.ll
parent67f453aae7ac55f30af9e961a21029beabaaf47b (diff)
downloadexternal_llvm-ce6e49299787e1d9bccbf4fc96e167879f19edc2.zip
external_llvm-ce6e49299787e1d9bccbf4fc96e167879f19edc2.tar.gz
external_llvm-ce6e49299787e1d9bccbf4fc96e167879f19edc2.tar.bz2
reduce this testcase more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pr1505b.ll')
-rw-r--r--test/CodeGen/X86/pr1505b.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/CodeGen/X86/pr1505b.ll b/test/CodeGen/X86/pr1505b.ll
index 73cb23e..c70e327 100644
--- a/test/CodeGen/X86/pr1505b.ll
+++ b/test/CodeGen/X86/pr1505b.ll
@@ -23,20 +23,6 @@ target triple = "i686-apple-darwin8"
@_ZSt4cout = external global %"struct.std::basic_ostream<char,std::char_traits<char> >" ; <%"struct.std::basic_ostream<char,std::char_traits<char> >"*> [#uses=2]
@.str = internal constant [12 x i8] c"tan float: \00" ; <[12 x i8]*> [#uses=1]
@.str1 = internal constant [13 x i8] c"tan double: \00" ; <[13 x i8]*> [#uses=1]
-@llvm.global_ctors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @_GLOBAL__I_a } ] ; <[1 x { i32, void ()* }]*> [#uses=0]
-
-define internal void @_GLOBAL__I_a() section "__TEXT,__StaticInit,regular,pure_instructions" {
-entry:
- tail call void @_ZNSt8ios_base4InitC1Ev( %"struct.std::ctype_base"* @_ZSt8__ioinit )
- %tmp10.i = tail call i32 @__cxa_atexit( void (i8*)* @__tcf_0, i8* null, i8* bitcast (i8** @__dso_handle to i8*) ) ; <i32> [#uses=0]
- ret void
-}
-
-define internal void @__tcf_0(i8* %unnamed_arg) {
-entry:
- tail call void @_ZNSt8ios_base4InitD1Ev( %"struct.std::ctype_base"* @_ZSt8__ioinit )
- ret void
-}
declare void @_ZNSt8ios_base4InitD1Ev(%"struct.std::ctype_base"*)