forked from OSchip/llvm-project
Silencing a -Wreturn-type warning for control reaching the end of a non-void function.
llvm-svn: 252727
This commit is contained in:
parent
e3d1f1c0b0
commit
a9a728513c
|
@ -5839,6 +5839,7 @@ public:
|
||||||
case CK_NIAGARA4:
|
case CK_NIAGARA4:
|
||||||
return CG_V9;
|
return CG_V9;
|
||||||
}
|
}
|
||||||
|
llvm_unreachable("Unexpected CPU kind");
|
||||||
}
|
}
|
||||||
|
|
||||||
CPUKind getCPUKind(StringRef Name) const {
|
CPUKind getCPUKind(StringRef Name) const {
|
||||||
|
|
Loading…
Reference in New Issue