Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / Generic / asm-large-immediate.ll
blob70649133712c013e48ea4062ac834263b7f6f6a3
1 ; RUN: llvm-as < %s | llc | grep 68719476738
3 define void @test() {
4 entry:
5         tail call void asm sideeffect "/* result: ${0:c} */", "i,~{dirflag},~{fpsr},~{flags}"( i64 68719476738 )
6         ret void