projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f529b08
)
number test right
author
Chris Lattner
<sabre@nondot.org>
Tue, 19 Sep 2006 06:19:19 +0000
(06:19 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/select.ll
b/test/Transforms/InstCombine/select.ll
index 2188dc9a6f137b2d51875d10dd3dafbd7a7a23c1..617f0f9fe0d13dda142cbac5334a3f98895363ae 100644
(file)
--- a/
test/Transforms/InstCombine/select.ll
+++ b/
test/Transforms/InstCombine/select.ll
@@
-173,7
+173,7
@@
long %test21(int %x) {
ret long %retval
}
-short %test2
0
(int %x) {
+short %test2
2
(int %x) {
%tmp = setlt int %x, 0
%retval = select bool %tmp, short -1, short 0
ret short %retval