mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
b9c5e6258f
llvm-svn: 48726
6 lines
114 B
LLVM
6 lines
114 B
LLVM
; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 2
|
|
|
|
define i128 @__addvti3() {
|
|
ret i128 -1
|
|
}
|