1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2; Check that we accept functions with '$' in the name.
3
4; RUN: llc -mtriple=avr < %s | FileCheck %s
5
6define hidden i8 @"_Z54bar$ompvariant$bar"() {
7; CHECK-LABEL: _Z54bar$ompvariant$bar:
8; CHECK:       ; %bb.0: ; %entry
9; CHECK-NEXT:    ldi r24, 2
10; CHECK-NEXT:    ret
11entry:
12  ret i8 2
13}
14