aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Instructions.cpp
AgeCommit message (Expand)Author
2004-11-18These methods are inlinedChris Lattner
2004-11-17Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos
2004-10-16Add support for undef and unreachableChris Lattner
2004-10-15Move the implementation of the instructions clone methods to this file soChris Lattner
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-06Split assertion to two in order to give better assertion messages.Alkis Evlogimenos
2004-07-29Merge i*.cpp definitions into Instructions.cpp as part of bug403.Alkis Evlogimenos