You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
17
external/llvm/test/CodeGen/ARM/debugtrap.ll
vendored
17
external/llvm/test/CodeGen/ARM/debugtrap.ll
vendored
@ -1,17 +0,0 @@
|
||||
; This test ensures the @llvm.debugtrap() call is not removed when generating
|
||||
; the 'pop' instruction to restore the callee saved registers on ARM.
|
||||
|
||||
; RUN: llc < %s -mtriple=armv7 -O0 -filetype=asm | FileCheck %s
|
||||
|
||||
declare void @llvm.debugtrap() nounwind
|
||||
declare void @foo() nounwind
|
||||
|
||||
define void @test() nounwind {
|
||||
entry:
|
||||
; CHECK: bl foo
|
||||
; CHECK-NEXT: pop
|
||||
; CHECK-NEXT: .inst 0xe7ffdefe
|
||||
call void @foo()
|
||||
call void @llvm.debugtrap()
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user