[llvm-commits] CVS: llvm/test/Regression/Transforms/Inline/casts.ll

2006-12-30 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/Inline: casts.ll updated: 1.2 -> 1.3 --- Log message: For PR950: http://llvm.org/PR950 : Update the test suite to accommodate the change from signed integer types to signless integer types. The changes were of only a few kinds: 1. Make sure

[llvm-commits] CVS: llvm/test/Regression/Transforms/Inline/casts.ll

2006-11-26 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/Inline: casts.ll 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.