summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/X86/escape-function-name.ll
blob: 8ef687479a19c0df6b43f9637b31297897463582 (plain)
1
2
3
4
5
6
; RUN: llc -mtriple=x86_64-unknown-unknown -stop-after branch-folder -o - %s 2>&1 | FileCheck %s

define void @"\01?f@@YAXXZ"() {
; CHECK: name: "\x01?f@@YAXXZ"
  ret void
}
OpenPOWER on IntegriCloud