number test right
authorChris Lattner <sabre@nondot.org>
Tue, 19 Sep 2006 06:19:19 +0000 (06:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Sep 2006 06:19:19 +0000 (06:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30484 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/select.ll

index 2188dc9a6f137b2d51875d10dd3dafbd7a7a23c1..617f0f9fe0d13dda142cbac5334a3f98895363ae 100644 (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