[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / llvm / test / MC / Mips / multi-64bit-func.ll
blob909399dcdb40cf7a2f9b790007daf8762f18f56d
1 ; There is no real check here. If the test doesn't 
2 ; assert it passes.
3 ; RUN: llc -mtriple=mips64el -filetype=obj -mcpu=mips64r2 -disable-mips-delay-filler < %s 
4 ; Run it again without extra nop in delay slot
5 ; RUN: llc -mtriple=mips64el -filetype=obj -mcpu=mips64r2 < %s 
7 define i32 @bosco1(i32 %x) nounwind readnone {
8 entry:
9   %inc = add i32 %x, 1
10   ret i32 %inc
13 define i32 @bosco2(i32 %x) nounwind readnone {
14 entry:
15   %inc = add i32 %x, 1
16   ret i32 %inc
19 define i32 @bosco3(i32 %x) nounwind readnone {
20 entry:
21   %inc = add i32 %x, 1
22   ret i32 %inc