[llvm] r189855 - Fix grammar
Matt Arsenault
Matthew.Arsenault at amd.com
Tue Sep 3 14:05:51 PDT 2013
Author: arsenm
Date: Tue Sep 3 16:05:51 2013
New Revision: 189855
URL: http://llvm.org/viewvc/llvm-project?rev=189855&view=rev
Log:
Fix grammar
Modified:
llvm/trunk/include/llvm/CodeGen/ValueTypes.h
Modified: llvm/trunk/include/llvm/CodeGen/ValueTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ValueTypes.h?rev=189855&r1=189854&r2=189855&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ValueTypes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ValueTypes.h Tue Sep 3 16:05:51 2013
@@ -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 {
More information about the llvm-commits
mailing list