Changes in directory llvm/tools/bugpoint:
ExtractFunction.cpp updated: 1.55 -> 1.56
Miscompilation.cpp updated: 1.82 -> 1.83
---
Log message:
For PR950: http://llvm.org/PR950 :
Convert signed integer types to signless.
---
Diffs of the changes: (+4 -4)
ExtractFunction.cpp |2 +-
Miscom
Changes in directory llvm/tools/bugpoint:
ExtractFunction.cpp updated: 1.54 -> 1.55
Miscompilation.cpp updated: 1.80 -> 1.81
---
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. Correspond