NFC: Add an explicit return for safety and consistency
authorHamza Sood <hamza_sood@me.com>
Fri, 5 Jul 2019 14:36:08 +0000 (14:36 +0000)
committerHamza Sood <hamza_sood@me.com>
Fri, 5 Jul 2019 14:36:08 +0000 (14:36 +0000)
commitc0c2389e8d8612799d7447c677be28d07045df1d
tree3709bf70e6ec0edf8b4396668879dd2322380abc
parent5f15ef85a401973e3e566ae788f44b50c39ad5c9
NFC: Add an explicit return for safety and consistency

This case implicitly falls-through, which is fine now as it's at the end of the
function, but it seems like an accident waiting to happen.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365210 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp