mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
verify x86 generates ud2 for llvm.trap
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
426df7538d
commit
e07704fc84
9
test/CodeGen/X86/trap.ll
Normal file
9
test/CodeGen/X86/trap.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep ud2
|
||||
define i32 @test() noreturn nounwind {
|
||||
entry:
|
||||
tail call void @llvm.trap( )
|
||||
unreachable
|
||||
}
|
||||
|
||||
declare void @llvm.trap() nounwind
|
||||
|
Loading…
x
Reference in New Issue
Block a user