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