about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorAdam Gemmell <adam.gemmell@arm.com>2021-05-19 16:12:30 +0100
committerAdam Gemmell <adam.gemmell@arm.com>2021-05-19 16:12:30 +0100
commitc71e58d432447d29cbcb99b19b48e43a9913dcc1 (patch)
tree19d09e2354dfc0b9374b06cad5ab3f70405f6cfa /compiler/rustc_codegen_llvm
parent523b4d149966a284101cc823167e637b6be9a10a (diff)
downloadrust-c71e58d432447d29cbcb99b19b48e43a9913dcc1.tar.gz
rust-c71e58d432447d29cbcb99b19b48e43a9913dcc1.zip
Rename fptoint to frintts
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm_util.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs
index c734d3e0af9..6394f15f6a9 100644
--- a/compiler/rustc_codegen_llvm/src/llvm_util.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs
@@ -156,6 +156,7 @@ pub fn to_llvm_feature<'a>(sess: &Session, s: &'a str) -> &'a str {
         ("aarch64", "rcpc2") => "rcpc-immo",
         ("aarch64", "dpb") => "ccpp",
         ("aarch64", "dpb2") => "ccdp",
+        ("aarch64", "frintts") => "fptoint",
         ("aarch64", "fcma") => "complxnum",
         (_, s) => s,
     }