[llvm-commits] CVS: llvm/test/Regression/CFrontend/cast-to-bool.c

2006-11-26 Thread Reid Spencer
Changes in directory llvm/test/Regression/CFrontend: cast-to-bool.c updated: 1.1 -> 1.2 --- Log message: Alter these tests to ensure they match a "test $1, X" X86 instruction that is now generated by the LLVM backend for "trunc to bool" instructions. --- Diffs of the changes: (+1 -1) cast-

[llvm-commits] CVS: llvm/test/Regression/CFrontend/cast-to-bool.c

2006-11-26 Thread Reid Spencer
Changes in directory llvm/test/Regression/CFrontend: cast-to-bool.c added (r1.1) --- Log message: For PR950: http://llvm.org/PR950 : The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. Th