1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2 ; RUN: llc < %s -mtriple avr | FileCheck %s -check-prefixes=CHECK
4 declare dso_local void @main()
6 define dso_local void @naked() naked "frame-pointer"="all" {
9 ; CHECK-NEXT: rcall main
14 define dso_local void @normal() "frame-pointer"="all" {
15 ; CHECK-LABEL: normal:
17 ; CHECK-NEXT: rcall main