1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib/Bytecode/Reader
Chris Lattner 12b9a2a7e6 Cleanup ConstantExpr handling:
* Correctly delete TypeHandles in AsmParser.  In addition to not leaking
   memory, this prevents a bug that could have occurred when a type got
   resolved that the constexpr was using
 * Check for errors in the AsmParser instead of hitting assertion failures
   deep in the code
 * Simplify the interface to the ConstantExpr class, removing unneccesary
   parameters to the ::get* methods.
 * Rename the 'getelementptr' version of ConstantExpr::get to
   ConstantExpr::getGetElementPtr

llvm-svn: 3160
2002-07-30 18:54:22 +00:00
..
ConstantReader.cpp Cleanup ConstantExpr handling: 2002-07-30 18:54:22 +00:00
InstructionReader.cpp Fix constness problems now that the cast operators preserve the constness 2002-06-05 17:38:28 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Reader.cpp added std:: to pair 2002-07-16 00:04:57 +00:00
ReaderInternals.h Add support for reading ConstantExpr nodes. 2002-07-14 23:05:09 +00:00