Merging r258273:
[oota-llvm.git] / test / Transforms / Inline / 2006-11-09-InlineCGUpdate.ll
index b754d9f9f5d9c37f942ab8e1ccc4ba22bc4daf21..8a613e534c7ca675181295d2eb180cba918dd7c9 100644 (file)
@@ -2,7 +2,6 @@
 ; PR992
 target datalayout = "e-p:32:32"
 target triple = "i686-pc-linux-gnu"
-deplibs = [ "stdc++", "c", "crtend" ]
        %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_marker*, %struct._IO_FILE*, i32, i32, i32, i16, i8, [1 x i8], i8*, i64, i8*, i8*, i32, [52 x i8] }
        %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
        %"struct.__cxxabiv1::__array_type_info" = type { %"struct.std::type_info" }
@@ -171,14 +170,14 @@ endif.1.i:                ; preds = %entry
        unreachable
 }
 
-define fastcc void @_ZNSsC1ERKSs() {
+define fastcc void @_ZNSsC1ERKSs() personality i32 (...)* @__gxx_personality_v0 {
 entry:
        call fastcc void @_ZNSs4_Rep7_M_grabERKSaIcES2_( )
        invoke fastcc void @_ZNSaIcEC1ERKS_( )
                        to label %invoke_cont.1 unwind label %invoke_catch.1
 
 invoke_catch.1:                ; preds = %entry
-        %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+        %exn = landingpad {i8*, i32}
                  catch i8* null
        call fastcc void @_ZNSaIcED1Ev( )
        resume { i8*, i32 } %exn
@@ -302,13 +301,13 @@ entry:
        unreachable
 }
 
-define fastcc void @_ZNSt12length_errorC1ERKSs() {
+define fastcc void @_ZNSt12length_errorC1ERKSs() personality i32 (...)* @__gxx_personality_v0 {
 entry:
        invoke fastcc void @_ZNSsC1ERKSs( )
                        to label %_ZNSt11logic_errorC2ERKSs.exit unwind label %invoke_catch.i
 
 invoke_catch.i:                ; preds = %entry
-        %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+        %exn = landingpad {i8*, i32}
                  catch i8* null
        resume { i8*, i32 } %exn