eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
[llvm/avr.git] / test / Transforms / Inline / 2007-04-15-InlineEH.ll
blob635f93e8242850500995f72744e838a7c2561b0f
1 ; RUN: opt < %s -inline -S | not grep {invoke void asm}
2 ; PR1335
4 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
5 target triple = "i686-pc-linux-gnu"
6         %struct.gnat__strings__string_access = type { i8*, %struct.string___XUB* }
7         %struct.string___XUB = type { i32, i32 }
9 define void @bc__support__high_resolution_time__clock() {
10 entry:
11         call void asm "rdtsc\0A\09movl %eax, $0\0A\09movl %edx, $1", "=*imr,=*imr,~{dirflag},~{fpsr},~{flags},~{dx},~{ax}"( i32* null, i32* null ) nounwind
12         unreachable
15 define fastcc void @bc__support__high_resolution_time__initialize_clock_rate() {
16 entry:
17         invoke void @gnat__os_lib__getenv( %struct.gnat__strings__string_access* null )
18                         to label %invcont unwind label %cleanup144
20 invcont:                ; preds = %entry
21         invoke void @ada__calendar__delays__delay_for( )
22                         to label %invcont64 unwind label %cleanup144
24 invcont64:              ; preds = %invcont
25         invoke void @ada__calendar__clock( )
26                         to label %invcont65 unwind label %cleanup144
28 invcont65:              ; preds = %invcont64
29         invoke void @bc__support__high_resolution_time__clock( )
30                         to label %invcont67 unwind label %cleanup144
32 invcont67:              ; preds = %invcont65
33         ret void
35 cleanup144:             ; preds = %invcont65, %invcont64, %invcont, %entry
36         unwind
39 declare void @gnat__os_lib__getenv(%struct.gnat__strings__string_access*)
41 declare void @ada__calendar__delays__delay_for()
43 declare void @ada__calendar__clock()
45 define void @bc__support__high_resolution_time___elabb() {
46 entry:
47         call fastcc void @bc__support__high_resolution_time__initialize_clock_rate( )
48         ret void