[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / ExecutionEngine / OrcMCJIT / Inputs / weak-function-2.ll
blob73544a7f709aa668c1e55e1128811e9ac4dd9454
1 define weak i32 @baz() #0 {
2 entry:
3   ret i32 0
6 define i8* @bar() {
7 entry:
8   ret i8* bitcast (i32 ()* @baz to i8*)