diff options
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index 262549a2e97..06544bfaf6c 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp @@ -394,6 +394,7 @@ static const TargetRegisterClass *getPhysicalRegisterRegClass( if ((*I)->hasType(VT) && (*I)->contains(reg)) return *I; assert(false && "Couldn't find the register class"); + return 0; } /// EmitNode - Generate machine code for an node and needed dependencies. |