mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-11 20:22:02 +00:00
9 lines
198 B
LLVM
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
|
|
}
|
|
|