llvm-6502/test/CodeGen/Generic/asm-large-immediate.ll
2009-09-09 00:09:15 +00:00

9 lines
198 B
LLVM

; 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
}