mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
330943afb7
commit
e547c57dbf
@ -27,9 +27,9 @@ namespace llvm {
|
||||
class LLVMContext;
|
||||
struct EVT;
|
||||
|
||||
/// MVT - Machine Value Type. Every type that is supported natively by some
|
||||
/// processor targeted by LLVM occurs here. This means that any legal value
|
||||
/// type can be represented by a MVT.
|
||||
/// MVT - Machine Value Type. Every type that is supported natively by some
|
||||
/// processor targeted by LLVM occurs here. This means that any legal value
|
||||
/// type can be represented by an MVT.
|
||||
class MVT {
|
||||
public:
|
||||
enum SimpleValueType {
|
||||
|
Loading…
x
Reference in New Issue
Block a user