1 ; RUN: llc < %s -mtriple=mips -mcpu=mips32 | FileCheck %s
2 ; RUN: llc < %s -mtriple=mips -mcpu=mips32r3 -mattr=+micromips | FileCheck %s
3 ; RUN: llc < %s -mtriple=mips -mattr=mips16 | FileCheck %s
5 ; Verify that we emit the .insn directive for zero-sized (empty) basic blocks.
6 ; This only really matters for microMIPS and MIPS16.
11 define void @main() personality ptr @foo {
14 to label %unreachable unwind label %return
17 ; CHECK: {{.*}}: # %unreachable
22 %0 = landingpad { ptr, i32 }
27 attributes #0 = { noreturn }