blob: 9f15a15ca9c72aead019e6274233f2dc07278e6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
; RUN: llc -mcpu=mips32r2 -march=mipsel -relocation-model=static -o - %s | FileCheck %s
; XFAIL: *
define void @isr_sw0(i8 signext %n) #0 {
call void bitcast (void (...)* @write to void ()*)()
}
declare void @write(...)
attributes #0 = { "interrupt"="sw0" }
|