diff options
| author | Eric Christopher <echristo@gmail.com> | 2015-05-07 23:10:21 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2015-05-07 23:10:21 +0000 |
| commit | e8ae3e3acdea38f82d295f802bed5ec237720eea (patch) | |
| tree | 77257f8126c9f178a1dd9a7bcef7ddeb29192706 /llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | |
| parent | 8fffba1ef181240a37e54ea6805edc456d8c4a5c (diff) | |
| download | bcm5719-llvm-e8ae3e3acdea38f82d295f802bed5ec237720eea.tar.gz bcm5719-llvm-e8ae3e3acdea38f82d295f802bed5ec237720eea.zip | |
Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match
some incoming changes and the general scheme used by features (use/has).
llvm-svn: 236794
Diffstat (limited to 'llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp')
| -rw-r--r-- | llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp index 1aa895d9ca8..cefe4c03811 100644 --- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp +++ b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp @@ -434,7 +434,7 @@ public: return STI.getFeatureBits() & Mips::FeatureMips16; } - bool abiUsesSoftFloat() const { + bool useSoftFloat() const { return (STI.getFeatureBits() & Mips::FeatureSoftFloat); } |

