summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Support/GraphWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/GraphWriter.cpp b/lib/Support/GraphWriter.cpp
index c26f6a141e..1521475a8b 100644
--- a/lib/Support/GraphWriter.cpp
+++ b/lib/Support/GraphWriter.cpp
@@ -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,