]> granicus.if.org Git - clang/commit
Fix infinite loop in LiveVariables due to a misplaced 'break' (it would break out of
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 5 Nov 2011 04:03:43 +0000 (04:03 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 5 Nov 2011 04:03:43 +0000 (04:03 +0000)
commit5112fc48495fa705cabe7ec455f9a6e73ec9ecc7
treed209ad3c4686f2602f06c7fb179c76ec650908c0
parent66042b32b3b37ddcba731ff05c2792e3bb572102
Fix infinite loop in LiveVariables due to a misplaced 'break' (it would break out of
switch statement, not the while loop).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143780 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LiveVariables.cpp