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