Use llvm::cast instead of reinterpret_cast.
[oota-llvm.git] / include / llvm / IR / Instructions.h
2013-02-18 Jakub StaszakUse llvm::cast instead of reinterpret_cast.
2013-01-15 Evgeniy StepanovFix operand type conditions in one of ICmpInst construc...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...