Make instcombine promote inline asm calls to 'nounwind'
[oota-llvm.git] / test / Transforms / Inline / 2007-04-15-InlineEH.ll
index 73b0e215e8c51a66e228d30e87d50a51f35eb239..9d28755d289054e9f4500946c42daf744993a6ce 100644 (file)
@@ -8,7 +8,7 @@ target triple = "i686-pc-linux-gnu"
 
 define void @bc__support__high_resolution_time__clock() {
 entry:
-       call void asm "rdtsc\0A\09movl %eax, $0\0A\09movl %edx, $1", "=*imr,=*imr,~{dirflag},~{fpsr},~{flags},~{dx},~{ax}"( i32* null, i32* null )
+       call void asm "rdtsc\0A\09movl %eax, $0\0A\09movl %edx, $1", "=*imr,=*imr,~{dirflag},~{fpsr},~{flags},~{dx},~{ax}"( i32* null, i32* null ) nounwind
        unreachable
 }