new testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-27 22:51:19 +00:00
parent 8a0ae9e9ca
commit 8d5e05bb71

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
}