llvm-6502/lib/CodeGen/SelectionDAG
Sanjay Patel ec6117cf1d Replace repeated null checks with an assert. NFC.
Without a vector to hold the created ops, these 
functions don't have any use.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217831 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-15 21:52:51 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Replace dead links to "Hacker's Delight" with general references. NFC. 2014-09-15 19:47:44 +00:00
FastISel.cpp [FastISel] Move optimizeCmpPredicate to FastISel base class. NFC. 2014-09-15 20:47:13 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Replace dead links to "Hacker's Delight" with general references. NFC. 2014-09-15 19:47:44 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Legalizer: Use the scalar bit width when promoting bit counting instrs on 2014-09-12 12:50:27 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Allow targets to custom legalize vector insertion and extraction. 2014-09-12 22:16:11 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp
SelectionDAGBuilder.cpp
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
SelectionDAGISel.cpp [FastISel] Rename public visible FastISel functions. NFC. 2014-09-03 20:56:52 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Replace repeated null checks with an assert. NFC. 2014-09-15 21:52:51 +00:00
TargetSelectionDAGInfo.cpp