12 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 32; RUN: llc -mtriple m68k -o - %s | FileCheck %s3 4define cc101 void @interrupt_handler() {5; CHECK-LABEL: interrupt_handler:6; CHECK: .cfi_startproc7; CHECK-NEXT: ; %bb.0: ; %entry8; CHECK-NEXT: rte9entry:10 ret void11}12