OSDN Git Service

Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocation
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 1 Apr 2014 22:25:09 +0000 (22:25 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 1 Apr 2014 22:25:09 +0000 (22:25 +0000)
commit0afa71ea9154331eac03b1418b3fbf6127be9e95
tree7abd89ebd82f8169b97337c083a974b90151a8bf
parent2e33edd399580121fc62d918a0a20ac05171f0c4
Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocation

No test case (this would invoke UB by examining uninitialized members,
etc, at best - and this code is apparently untested anyway - I'm about
to fix that)

Code review feedback from Adrian Prantl on r205360.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205367 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DebugLocEntry.h