blob: 605665bef6d1909d18a0de0d1c182373135218fe [file] [log] [blame]
; RUN: llc < %s | grep 68719476738
define void @test() {
entry:
tail call void asm sideeffect "/* result: ${0:c} */", "i,~{dirflag},~{fpsr},~{flags}"( i64 68719476738 )
ret void
}