blob: c1c4577542e82d7f77e56c3724d8d33b03b94166 [file] [log] [blame]
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; Check that we accept functions with '$' in the name.
;
; RUN: llc -mtriple=mips-unknown-linux < %s | FileCheck %s
;
define hidden i32 @"_Z54bar$ompvariant$bar"() {
; CHECK-LABEL: _Z54bar$ompvariant$bar:
; CHECK: # %bb.0: # %entry
; CHECK-NEXT: jr $ra
; CHECK-NEXT: addiu $2, $zero, 2
entry:
ret i32 2
}