Duncan Sands | 57b6e9e | 2010-05-02 15:36:26 +0000 | [diff] [blame^] | 1 | ; RUN: llc < %s |
Duncan Sands | fd7b326 | 2007-12-17 18:08:19 +0000 | [diff] [blame] | 2 | |
Duncan Sands | fd7b326 | 2007-12-17 18:08:19 +0000 | [diff] [blame] | 3 | define fastcc void @bc__support__high_resolution_time__initialize_clock_rate() { |
4 | entry: | ||||
5 | invoke void asm "rdtsc\0A\09movl %eax, $0\0A\09movl %edx, $1", "=*imr,=*imr,~{dirflag},~{fpsr},~{flags},~{dx},~{ax}"( i32* null, i32* null ) | ||||
6 | to label %.noexc unwind label %cleanup144 | ||||
7 | |||||
8 | .noexc: ; preds = %entry | ||||
9 | ret void | ||||
10 | |||||
11 | cleanup144: ; preds = %entry | ||||
12 | unwind | ||||
13 | } |