blob: 51e31bee51419039a3ee870c4a06b40309f55fe3 [file] [log] [blame]
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; Check that we accept functions with '$' in the name.
;
; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
;
define hidden i32 @"_Z54bar$ompvariant$bar"() {
entry:
ret i32 2
}