blob: 69399336e30e03283ae351ede91fa4b582cad4bd [file] [log] [blame]
Dan Gohman4c931fc2008-03-24 16:38:05 +00001; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 2
2
3define i128 @__addvti3() {
4 ret i128 -1
5}