1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Bytecode/Reader
Chris Lattner d616582a7a Miscellaneous cleanups:
* Convert post to pre-increment for for loops
  * Use generic programming more
  * Use new Value::cast* instructions
  * Use new Module, Method, & BasicBlock forwarding methods
  * Use new facilities in STLExtras.h
  * Use new Instruction::isPHINode() method

llvm-svn: 96
2001-06-27 23:41:11 +00:00
..
ConstantReader.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
InstructionReader.cpp Renamed get.*Operator to create seeing that it would have to be qualified 2001-06-25 07:31:31 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Reader.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
ReaderInternals.h Initial revision 2001-06-06 20:29:01 +00:00