Use sbb x, x to materialize carry bit in a GPR. The result is all one's or all zero's.
[oota-llvm.git] / test / LLVMC / test_data / together.c
1 #include <stdio.h>
2
3 void test() {
4   printf("hello\n");
5 }