1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Duncan Sands ada9e7a16d Add sanity checking for BUILD_PAIR (I noticed the
other day that PPC custom lowering could create
a BUILD_PAIR of two f64 with a result type of...
f64! - already fixed).  Fix a place that triggers
the sanity check.

llvm-svn: 58378
2008-10-29 14:22:20 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp
FastISel.cpp
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Fix 80 column violations. 2008-10-29 06:33:00 +00:00
LegalizeTypes.cpp Fix a FIXME: in ReplaceNodeWith, if the new node 2008-10-29 06:42:19 +00:00
LegalizeTypes.h Fix a FIXME: in ReplaceNodeWith, if the new node 2008-10-29 06:42:19 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAG.cpp
ScheduleDAGEmit.cpp
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
SelectionDAG.cpp Add sanity checking for BUILD_PAIR (I noticed the 2008-10-29 14:22:20 +00:00
SelectionDAGBuild.cpp Add sanity checking for BUILD_PAIR (I noticed the 2008-10-29 14:22:20 +00:00
SelectionDAGBuild.h
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp