diff options
author | Reed Kotler <rkotler@mips.com> | 2013-08-24 01:24:44 +0000 |
---|---|---|
committer | Reed Kotler <rkotler@mips.com> | 2013-08-24 01:24:44 +0000 |
commit | e531cbaa8661bb878fc5463c8fd69b87544414e1 (patch) | |
tree | f5c0d1bbd22a5718122bfdd25418a7ac9c6c1d99 /llvm/lib/Target/Mips/Mips16HardFloat.cpp | |
parent | aaa8b6e3559f4684497a02adcaaffd73ecbe0cec (diff) | |
download | bcm5719-llvm-e531cbaa8661bb878fc5463c8fd69b87544414e1.tar.gz bcm5719-llvm-e531cbaa8661bb878fc5463c8fd69b87544414e1.zip |
Start to add the builtind to the mips16 exclusion lists for fp.
I need to add the rest of these to the list or else to delay putting
out the actual stub until later in code generation when I know if
the external function ever got emitted.
llvm-svn: 189161
Diffstat (limited to 'llvm/lib/Target/Mips/Mips16HardFloat.cpp')
-rw-r--r-- | llvm/lib/Target/Mips/Mips16HardFloat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/Mips16HardFloat.cpp b/llvm/lib/Target/Mips/Mips16HardFloat.cpp index 46b04c3312d..617c178e6c0 100644 --- a/llvm/lib/Target/Mips/Mips16HardFloat.cpp +++ b/llvm/lib/Target/Mips/Mips16HardFloat.cpp @@ -325,7 +325,7 @@ static void assureFPCallStub(Function &F, Module *M, // Functions that are inline intrinsics don't need helpers. // static const char *IntrinsicInline[] = - {"fabs"}; + {"fabs", "llvm.powi.f64"}; static bool isIntrinsicInline(Function *F) { return std::binary_search( |