Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.

llvm-svn: 304479
This commit is contained in:
Galina Kistanova 2017-06-01 21:28:26 +00:00
parent 474f2ceff1
commit 387ab8b6da
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ Retry:
}
// Fall through
LLVM_FALLTHROUGH;
}
default: {