mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Update a comment to reflect recent changes in the type system.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36486 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
edc1d15984
commit
01929c0482
@ -31,7 +31,7 @@ namespace llvm {
|
||||
std::string TargetPrefix; // Target prefix, e.g. "ppc" for t-s intrinsics.
|
||||
|
||||
/// ArgTypes - The type primitive enum value for the return value and all
|
||||
/// of the arguments. These are things like Type::Int32TyID.
|
||||
/// of the arguments. These are things like Type::IntegerTyID.
|
||||
std::vector<std::string> ArgTypes;
|
||||
|
||||
/// ArgVTs - The MVT::ValueType for each argument type. Note that this list
|
||||
|
Loading…
Reference in New Issue
Block a user