new testcase

llvm-svn: 14442
This commit is contained in:
Chris Lattner 2004-06-27 22:51:19 +00:00
parent 187ff172b6
commit 0da061fa1e
1 changed files with 5 additions and 0 deletions

View File

@ -130,3 +130,8 @@ int %test20(int %x) {
ret int %tmp.4
}
bool %test21(uint %x) {
%t = add uint %x, 4
%y = seteq uint %t, 123
ret bool %y
}