Delete dead line
[oota-llvm.git] / lib / Transforms / Utils / Mem2Reg.cpp
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-05 Chris LattnerChange the interface to PromoteMemToReg to also take...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-06-25 Chris LattnerFix bug: Mem2Reg/2003-06-26-IterativePromote.ll
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-03-03 Chris LattnerChange the mem2reg interface to accept a TargetData...
2003-02-22 Chris LattnerSplit mem2reg promotion into two parts: a function...