blob: 72307c73a4298a9230a273e036d8cc23ee7ef8c0 [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=sparc-unknown-linux < %s | FileCheck %s
;
define hidden i32 @"_Z54bar$ompvariant$bar"() {
; CHECK-LABEL: _Z54bar$ompvariant$bar:
; CHECK: .cfi_startproc
; CHECK-NEXT: ! %bb.0: ! %entry
; CHECK-NEXT: retl
; CHECK-NEXT: mov 2, %o0
entry:
ret i32 2
}