llvm-project/llvm/lib/AsmParser
Teresa Johnson b3203ec078 [ThinLTO] Fix unreachable code when parsing summary entries.
Summary:
Early returns were causing some code to be skipped. This was missed
since the summary entries are typically at the end of the llvm assembly
file.

Fixes PR41663.

Reviewers: RKSimon, wristow

Subscribers: mehdi_amini, inglorion, eraman, steven_wu, dexonsmith, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D61355

llvm-svn: 359697
2019-05-01 16:26:59 +00:00
..
CMakeLists.txt
LLLexer.cpp IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
LLLexer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LLParser.cpp [ThinLTO] Fix unreachable code when parsing summary entries. 2019-05-01 16:26:59 +00:00
LLParser.h IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
LLToken.h IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Parser.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00