diff options
author | Stefan Maksimovic <stefan.maksimovic@imgtec.com> | 2017-06-09 07:57:05 +0000 |
---|---|---|
committer | Stefan Maksimovic <stefan.maksimovic@imgtec.com> | 2017-06-09 07:57:05 +0000 |
commit | add20f8f17c0cfada2bf1e85ab921c0530cb1be7 (patch) | |
tree | 656991c1549503652ae5113c90b5532b4be98df0 /llvm/lib | |
parent | d8c47ca836d722f31d5b0e21973fa07529adac0b (diff) | |
download | bcm5719-llvm-add20f8f17c0cfada2bf1e85ab921c0530cb1be7.tar.gz bcm5719-llvm-add20f8f17c0cfada2bf1e85ab921c0530cb1be7.zip |
Test commit: remove whitespace
llvm-svn: 305059
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Mips/MipsSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsSubtarget.h b/llvm/lib/Target/Mips/MipsSubtarget.h index ba9f9d2836a..625a652a0ca 100644 --- a/llvm/lib/Target/Mips/MipsSubtarget.h +++ b/llvm/lib/Target/Mips/MipsSubtarget.h @@ -144,7 +144,7 @@ class MipsSubtarget : public MipsGenSubtargetInfo { // HasEVA -- supports EVA ASE. bool HasEVA; - + // nomadd4 - disables generation of 4-operand madd.s, madd.d and // related instructions. bool DisableMadd4; |