commit | 1feec4b81fd977f779fbc1031dacbc5a3b4c5a8d | [log] [tgz] |
---|---|---|
author | Alp Toker <alp@nuanti.com> | Mon Jun 02 04:34:10 2014 +0000 |
committer | Alp Toker <alp@nuanti.com> | Mon Jun 02 04:34:10 2014 +0000 |
tree | efcdfa0a238e9ce3ad951a8f57582649d65fc1ce | |
parent | 2c2486446c2437466455f9994730f22815a2fc5e [diff] [blame] |
Silence -Wreturn-type warning llvm-svn: 210005
diff --git a/llvm/lib/Support/GraphWriter.cpp b/llvm/lib/Support/GraphWriter.cpp index c26f6a1..1521475 100644 --- a/llvm/lib/Support/GraphWriter.cpp +++ b/llvm/lib/Support/GraphWriter.cpp
@@ -127,6 +127,7 @@ case GraphProgram::CIRCO: return "circo"; } + llvm_unreachable("bad kind"); } bool llvm::DisplayGraph(StringRef FilenameRef, bool wait,