1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/AsmParser
Christopher Tetreault d850d60536 Clean up usages of asserting vector getters in Type
Summary:
Remove usages of asserting vector getters in Type in preparation for the
VectorType refactor. The existence of these functions complicates the
refactor while adding little value.

Reviewers: dexonsmith, sdesmalen, efriedma

Reviewed By: sdesmalen

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77274
2020-04-10 13:58:11 -07:00
..
CMakeLists.txt
LLLexer.cpp [ThinLTO] Summarize vcall_visibility metadata 2020-01-23 13:19:56 -08:00
LLLexer.h
LLParser.cpp Clean up usages of asserting vector getters in Type 2020-04-10 13:58:11 -07:00
LLParser.h [Assembler] Emit summary index flags 2020-02-18 17:49:54 +03:00
LLToken.h [ThinLTO] Summarize vcall_visibility metadata 2020-01-23 13:19:56 -08:00
LLVMBuild.txt
Parser.cpp