diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-19 09:28:55 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-19 09:28:55 +0000 |
commit | 58f427ee41fc0623c68b0d777b973339fbe73a26 (patch) | |
tree | 33e71c147da3cf76b77511a1fb7b49bee9b05719 /llvm/lib/Bitcode/Reader/BitstreamReader.cpp | |
parent | ea61d08185b8c143d8bb6f625d8c4ed8035c8bd5 (diff) | |
download | bcm5719-llvm-58f427ee41fc0623c68b0d777b973339fbe73a26.tar.gz bcm5719-llvm-58f427ee41fc0623c68b0d777b973339fbe73a26.zip |
Fix bug in LineState comparison function.
The key bug was
if (Other.StartOfLineLevel < StartOfLineLevel) ..
instead of
if (Other.StartOfLineLevel != StartOfLineLevel) ..
Also cleaned up the function to be more consistent in the comparisons.
llvm-svn: 175500
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitstreamReader.cpp')
0 files changed, 0 insertions, 0 deletions