llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner c087a43510 Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593.
It is not safe to call LegalizeOp on something that has already been legalized.
Instead, just force another iteration of legalization.

This could affect all platforms but X86, as this codepath is dynamically
dead on X86 (ISD::MEMSET and friends are legal).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22419 91177308-0d34-0410-b5e6-96231b3b80d8
2005-07-13 02:00:04 +00:00
..
LegalizeDAG.cpp Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593. 2005-07-13 02:00:04 +00:00
Makefile
SelectionDAG.cpp Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. 2005-07-10 01:55:33 +00:00
SelectionDAGISel.cpp Make several cleanups to Andrews varargs change: 2005-07-05 19:57:53 +00:00
SelectionDAGPrinter.cpp Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. 2005-07-10 01:55:33 +00:00
TargetLowering.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00