diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-03-14 16:29:21 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-03-14 16:29:21 +0000 |
commit | a824862664bdec28d120a046b4cad58070295a1d (patch) | |
tree | 789e1cf17767cbd76ed0ab9ae3dae921ffa9e281 /clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp | |
parent | c0768e81d38ca247fb2967bf8e197aa001c569aa (diff) | |
download | bcm5719-llvm-a824862664bdec28d120a046b4cad58070295a1d.tar.gz bcm5719-llvm-a824862664bdec28d120a046b4cad58070295a1d.zip |
x86: Add missing break to getCallPreservedMask()
This change brings getCallPreservedMask()'s logic in line with
getCalleeSavedRegs().
While this changes the control flow slightly, the change is not
currently observable. is64Bit must be false to get to the accidental
fallthrough, but the case that we fall into (coldcc) does nothing unless
is64Bit is true.
llvm-svn: 203943
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp')
0 files changed, 0 insertions, 0 deletions