[llvm-commits] [llvm] r60997 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAG.h lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Duncan Sands baldrick at free.fr
Sun Dec 14 01:44:47 PST 2008


Hi Bill, I forgot that the type legalizer does not
try to legalize target constants.  I should have
caught this with my x86-32 checking, but while I
ran the full llvm and Ada testsuites, it looks like
I forgot to do a simple "make check", d'oh!  I've
committed a fixed version.

Ciao,

Duncan.



More information about the llvm-commits mailing list