Merge current work back to tree to minimize diffs and drift. Major highlights
[oota-llvm.git] / test / CodeGen / X86 / 2002-12-23-SubProblem.llx
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -regalloc=simple
2
3 int %main(int %B) {
4         ;%B = add int 0, 1
5         %R = sub int %B, 1  ; %r = 0
6         ret int %R
7 }