diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-09-23 18:20:27 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-09-23 18:20:27 +0000 |
commit | 3cf0ddf094525b92fbdc88bc52e2050f93940b6d (patch) | |
tree | c352f1cdf361a4036e4ad6ac9c9cad41fe822ffe | |
parent | 76b8f13fcb7b97d2bd927be91fee6096fb373204 (diff) | |
download | bcm5719-llvm-3cf0ddf094525b92fbdc88bc52e2050f93940b6d.tar.gz bcm5719-llvm-3cf0ddf094525b92fbdc88bc52e2050f93940b6d.zip |
Add nounwind.
llvm-svn: 82637
-rw-r--r-- | llvm/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll b/llvm/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll index 5590488a38d..9f09e88664c 100644 --- a/llvm/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll +++ b/llvm/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll @@ -7,7 +7,7 @@ target triple = "x86_64-unknown-linux-gnu" %struct.bc_struct = type { i32, i32, i32, i32, %struct.bc_struct*, i8*, i8* } @_programStartTime = external global %struct.CycleCount ; <%struct.CycleCount*> [#uses=1] -define fastcc i32 @bc_divide(%struct.bc_struct* %n1, %struct.bc_struct* %n2, %struct.bc_struct** %quot, i32 %scale) { +define fastcc i32 @bc_divide(%struct.bc_struct* %n1, %struct.bc_struct* %n2, %struct.bc_struct** %quot, i32 %scale) nounwind { entry: %tmp7.i46 = tail call i64 asm sideeffect ".byte 0x0f,0x31", "={dx},=*{ax},~{dirflag},~{fpsr},~{flags}"( i64* getelementptr (%struct.CycleCount* @_programStartTime, i32 0, i32 1) ) ; <i64> [#uses=0] %tmp221 = sdiv i32 10, 0 ; <i32> [#uses=1] |