number test right

llvm-svn: 30484
This commit is contained in:
Chris Lattner 2006-09-19 06:19:19 +00:00
parent b94df039c0
commit dc892c6221
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ long %test21(int %x) {
ret long %retval
}
short %test20(int %x) {
short %test22(int %x) {
%tmp = setlt int %x, 0
%retval = select bool %tmp, short -1, short 0
ret short %retval