diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-09-03 21:05:51 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-09-03 21:05:51 +0000 |
commit | ad3029a8de2e0eeb51a02e062273861dc94ed396 (patch) | |
tree | 0da89c7501b938758419e7d5fd5892512f20e8ab | |
parent | 3dfe54e954c5ef60bb59cefee29e547f99df9bc9 (diff) | |
download | llvm-ad3029a8de2e0eeb51a02e062273861dc94ed396.zip llvm-ad3029a8de2e0eeb51a02e062273861dc94ed396.tar.gz llvm-ad3029a8de2e0eeb51a02e062273861dc94ed396.tar.bz2 |
Fix grammar
llvm-svn: 189855
-rw-r--r-- | llvm/include/llvm/CodeGen/ValueTypes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/ValueTypes.h b/llvm/include/llvm/CodeGen/ValueTypes.h index f605c80..82b8d8a 100644 --- a/llvm/include/llvm/CodeGen/ValueTypes.h +++ b/llvm/include/llvm/CodeGen/ValueTypes.h @@ -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 { |