mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
142428ce64
llvm-svn: 81293
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
|
|
}
|
|
|