summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitstreamReader.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-19 09:28:55 +0000
committerDaniel Jasper <djasper@google.com>2013-02-19 09:28:55 +0000
commit58f427ee41fc0623c68b0d777b973339fbe73a26 (patch)
tree33e71c147da3cf76b77511a1fb7b49bee9b05719 /llvm/lib/Bitcode/Reader/BitstreamReader.cpp
parentea61d08185b8c143d8bb6f625d8c4ed8035c8bd5 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud