mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Add nounwind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82637 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e3f2c48d8
commit
79997912a7
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user