1 ; RUN: llvm-as < %s | llc -march=x86 | grep {call.*12345678}
3 ; Call to immediate is not safe on x86-64 unless we *know* that the
4 ; call will be within 32-bits pcrel from the dest immediate.
6 ; RUN: llvm-as < %s | llc -march=x86-64 | grep {call.*\*%rax}
11 define i32 @main() nounwind {
13 %0 = call i32 inttoptr (i32 12345678 to i32 (i32)*)(i32 0) nounwind ; <i32> [#uses=1]