commit | 6fa60f5e8b22c2c3d4b32d17847233d785b23bef | [log] [tgz] |
---|---|---|
author | Galina Kistanova <gkistanova@gmail.com> | Mon May 22 22:46:31 2017 +0000 |
committer | Galina Kistanova <gkistanova@gmail.com> | Mon May 22 22:46:31 2017 +0000 |
tree | 711cd7922bf813eee2346065a2c97f6a17819bb5 | |
parent | 21a29cfe769292a46fa82725b9feccc6d6731160 [diff] [blame] |
Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through. llvm-svn: 303585
diff --git a/llvm/lib/Support/GraphWriter.cpp b/llvm/lib/Support/GraphWriter.cpp index d0e1d50..f70b77d 100644 --- a/llvm/lib/Support/GraphWriter.cpp +++ b/llvm/lib/Support/GraphWriter.cpp
@@ -43,6 +43,7 @@ Str.erase(Str.begin()+i); continue; default: break; } + LLVM_FALLTHROUGH; case '{': case '}': case '<': case '>': case '|': case '"':