Rename -no-* to -disable-*
[oota-llvm.git] / test / CodeGen / X86 / 2002-12-23-SubProblem.llx
1 ; RUN: as < %s | lli -force-interpreter=false -disable-local-ra
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 }