mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Silence -Wreturn-type warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
939fd59eea
commit
01fa655228
@ -127,6 +127,7 @@ static const char *getProgramName(GraphProgram::Name program) {
|
||||
case GraphProgram::CIRCO:
|
||||
return "circo";
|
||||
}
|
||||
llvm_unreachable("bad kind");
|
||||
}
|
||||
|
||||
bool llvm::DisplayGraph(StringRef FilenameRef, bool wait,
|
||||
|
Loading…
x
Reference in New Issue
Block a user