Add fcopysign instructions
[oota-llvm.git] / test / CodeGen / Generic / asm-large-immediate.ll
1 ; RUN: llvm-as < %s | llc | grep 68719476738
2
3 define void @test() {
4 entry:
5         tail call void asm sideeffect "/* result: ${0:c} */", "i,~{dirflag},~{fpsr},~{flags}"( i64 68719476738 )
6         ret void
7 }
8