From: Simon Dardis Date: Thu, 15 Jun 2017 16:28:28 +0000 (+0000) Subject: [mips] Fix documentation of member variable. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0fa17fec78f5d7120277611b55afd47887601da;p=llvm [mips] Fix documentation of member variable. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305478 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsSubtarget.h b/lib/Target/Mips/MipsSubtarget.h index 625a652a0ca..ccd47f00c0d 100644 --- a/lib/Target/Mips/MipsSubtarget.h +++ b/lib/Target/Mips/MipsSubtarget.h @@ -78,7 +78,7 @@ class MipsSubtarget : public MipsGenSubtargetInfo { // IsNan2008 - IEEE 754-2008 NaN encoding. bool IsNaN2008bit; - // IsFP64bit - General-purpose registers are 64 bits wide + // IsGP64bit - General-purpose registers are 64 bits wide bool IsGP64bit; // IsPTR64bit - Pointers are 64 bit wide