fix incorrectly translated testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-12-01 21:38:02 +00:00
parent 16244f4026
commit 5dd4391c66

View File

@ -11,6 +11,6 @@ F:
bool %caller(bool %C) {
%X = call int %foo(bool %C)
%Y = trunc int %X to bool
%Y = setne int %X, 0
ret bool %Y
}