llvm-6502/lib/Target/CBackend
Reid Spencer 639cf7d380 When truncating to bool, it is necessary to & with 1 for all casts that
can result in a bool. Previously PtrToInt, FPToUI and FPToSI were missing
this operation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31938 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-27 18:51:06 +00:00
..
CBackend.cpp When truncating to bool, it is necessary to & with 1 for all casts that 2006-11-27 18:51:06 +00:00
CTargetMachine.h
Makefile Make CBackend -pedantic clean. 2006-11-03 00:00:57 +00:00
Writer.cpp When truncating to bool, it is necessary to & with 1 for all casts that 2006-11-27 18:51:06 +00:00