blob: 8b4ae66f764d5550b4f8c9694c261da2d234725a [file] [log] [blame]
; Check that we accept functions with '$' in the name.
;
; RUN: llc -mtriple=sparc-unknown-linux < %s | FileCheck %s
;
define hidden i32 @"_Z54bar$ompvariant$bar"() {
entry:
ret i32 2
}