mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
Silence GCC warning about falling off the end of a non-void function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167618 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2e9ca15fb
commit
b754687fd7
@ -1583,6 +1583,7 @@ const char *ConvergingScheduler::getReasonStr(
|
||||
case NextDefUse: return "DEF-USE ";
|
||||
case NodeOrder: return "ORDER ";
|
||||
};
|
||||
llvm_unreachable("Unknown reason!");
|
||||
}
|
||||
|
||||
void ConvergingScheduler::traceCandidate(const SchedCandidate &Cand,
|
||||
|
Loading…
x
Reference in New Issue
Block a user