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/MipsInstrFPU.td | |
| 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/MipsInstrFPU.td')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsInstrFPU.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFPU.td b/llvm/lib/Target/Mips/MipsInstrFPU.td index 848cebcb997..41280471afb 100644 --- a/llvm/lib/Target/Mips/MipsInstrFPU.td +++ b/llvm/lib/Target/Mips/MipsInstrFPU.td @@ -65,7 +65,7 @@ def IsSingleFloat : Predicate<"Subtarget->isSingleFloat()">, AssemblerPredicate<"FeatureSingleFloat">; def IsNotSingleFloat : Predicate<"!Subtarget->isSingleFloat()">, AssemblerPredicate<"!FeatureSingleFloat">; -def IsNotSoftFloat : Predicate<"!Subtarget->abiUsesSoftFloat()">, +def IsNotSoftFloat : Predicate<"!Subtarget->useSoftFloat()">, AssemblerPredicate<"!FeatureSoftFloat">; //===----------------------------------------------------------------------===// |

