[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / X86 / function-alias.ll
blobd68d75d5578aafce111c1e5ecc3befbfd6a44650
1 ; RUN: llc < %s | FileCheck %s
2 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3 target triple = "x86_64-unknown-linux-gnu"
5 ; "data" constant
6 @0 = private constant <{ i8, i8 }> <{i8 15, i8 11}>, section ".text"
8 ; function-typed alias
9 @ud2 = alias void (), bitcast (<{ i8, i8 }>* @0 to void ()*)
11 ; Check that "ud2" is emitted as a function symbol.
12 ; CHECK: .type{{.*}}ud2,@function