clang-1/test/CodeGenCXX
Nuno Lopes 32f6209ea9 make ScalarExprEmitter::EmitCompare() emit the expression with the correct type instead of always zext it to an int
this fixes codegen of simple exprs in C++ like 'if (x != 0)'

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62060 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-11 23:22:37 +00:00
..
__null.cpp Add codegen support for __null 2008-12-21 22:39:40 +00:00
expr.cpp make ScalarExprEmitter::EmitCompare() emit the expression with the correct type instead of always zext it to an int 2009-01-11 23:22:37 +00:00