1 ; RUN: llc < %s -march=x86 > %t
2 ; RUN: grep adcl %t | count 7
3 ; RUN: grep sbbl %t | count 7
5 define void @add(i256* %p, i256* %q) nounwind {
9 store i256 %c, i256* %p
12 define void @sub(i256* %p, i256* %q) nounwind {
16 store i256 %c, i256* %p