Home | History | Annotate | Download | only in Generic
      1 ; RUN: llc < %s | 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 
      9