Skip to content

Commit

Permalink
Silence -Wreturn-type warning
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210005 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atoker committed Jun 2, 2014
1 parent 939fd59 commit 01fa655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Support/GraphWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 01fa655

Please sign in to comment.