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 | e547c57dbfdd5adb031f297ade26d8b6ed3e9b00 (patch) | |
tree | 7843e80285f02d59aaa55f294023b3fbf1f1a5b4 /include | |
parent | 330943afb7ac076ff6b347a0151dd54ec90d54e2 (diff) | |
download | external_llvm-e547c57dbfdd5adb031f297ade26d8b6ed3e9b00.zip external_llvm-e547c57dbfdd5adb031f297ade26d8b6ed3e9b00.tar.gz external_llvm-e547c57dbfdd5adb031f297ade26d8b6ed3e9b00.tar.bz2 |
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/ValueTypes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index f605c80..82b8d8a 100644 --- a/include/llvm/CodeGen/ValueTypes.h +++ b/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 { |