1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CodeGen/X86/i128-immediate.ll
2008-03-24 16:38:05 +00:00

6 lines
114 B
LLVM

; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 2
define i128 @__addvti3() {
ret i128 -1
}