summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.h
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2008-07-09 04:45:36 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2008-07-09 04:45:36 +0000
commit7b76da145be2b3b7518ca42b43a903eabd52e1b7 (patch)
tree15c41b5f8967962bf4f76caca28d7708a6c24c0b /lib/Target/Mips/MipsSubtarget.h
parentb4d1bc989eec1e9369a6a575b6d9190467babb5e (diff)
downloadllvm-7b76da145be2b3b7518ca42b43a903eabd52e1b7.tar.gz
llvm-7b76da145be2b3b7518ca42b43a903eabd52e1b7.tar.bz2
llvm-7b76da145be2b3b7518ca42b43a903eabd52e1b7.tar.xz
Fixe typos and 80 column size problems
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsSubtarget.h')
-rw-r--r--lib/Target/Mips/MipsSubtarget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/Mips/MipsSubtarget.h b/lib/Target/Mips/MipsSubtarget.h
index 5300a81254..2d5f2824e9 100644
--- a/lib/Target/Mips/MipsSubtarget.h
+++ b/lib/Target/Mips/MipsSubtarget.h
@@ -45,16 +45,16 @@ protected:
// IsSingleFloat - The target only supports single precision float
// point operations. This enable the target to use all 32 32-bit
- // float point registers instead of only using even ones.
+ // floating point registers instead of only using even ones.
bool IsSingleFloat;
- // IsFP64bit - The target processor has 64-bit float point registers.
+ // IsFP64bit - The target processor has 64-bit floating point registers.
bool IsFP64bit;
// IsFP64bit - General-purpose registers are 64 bits wide
bool IsGP64bit;
- // HasAllegrexVFPU - Allegrex processor has a vector float point unit.
+ // HasAllegrexVFPU - Allegrex processor has a vector floating point unit.
bool HasAllegrexVFPU;
// IsAllegrex - The target processor is a Allegrex core.