diff options
author | Duncan Sands <baldrick@free.fr> | 2010-11-03 11:55:03 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-11-03 11:55:03 +0000 |
commit | 538b0cdc76f31a39144760025220fc2770294a50 (patch) | |
tree | c1d3006854e77a3b38c35975d7ff483192ffdb92 | |
parent | 1440e8b918d7116c3587cb95f4f7ac7a0a0b65ad (diff) | |
download | external_llvm-538b0cdc76f31a39144760025220fc2770294a50.zip external_llvm-538b0cdc76f31a39144760025220fc2770294a50.tar.gz external_llvm-538b0cdc76f31a39144760025220fc2770294a50.tar.bz2 |
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118168 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/ValueTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index 0ba5f6c..ae6729a 100644 --- a/include/llvm/CodeGen/ValueTypes.h +++ b/include/llvm/CodeGen/ValueTypes.h @@ -86,7 +86,7 @@ namespace llvm { LAST_VALUETYPE = 36, // This always remains at the end of the list. // This is the current maximum for LAST_VALUETYPE. - // EVT::MAX_ALLOWED_VALUETYPE is used for asserts and to size bit vectors + // MVT::MAX_ALLOWED_VALUETYPE is used for asserts and to size bit vectors // This value must be a multiple of 32. MAX_ALLOWED_VALUETYPE = 64, |