diff options
author | Dale Johannesen <dalej@apple.com> | 2007-10-19 00:59:18 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2007-10-19 00:59:18 +0000 |
commit | 6f3c7bf111297eddf8e5799a3032dd0b6bde245d (patch) | |
tree | f76c2466e395d219992c4990bc18e268d3b3ef58 /include | |
parent | 8fc1fa2edefe0076e298dd86c76f5325d7342f15 (diff) | |
download | external_llvm-6f3c7bf111297eddf8e5799a3032dd0b6bde245d.zip external_llvm-6f3c7bf111297eddf8e5799a3032dd0b6bde245d.tar.gz external_llvm-6f3c7bf111297eddf8e5799a3032dd0b6bde245d.tar.bz2 |
More ppcf128 issues (maybe the last)?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/RuntimeLibcalls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h index 47bb585..49b11a4 100644 --- a/include/llvm/CodeGen/RuntimeLibcalls.h +++ b/include/llvm/CodeGen/RuntimeLibcalls.h @@ -20,6 +20,10 @@ namespace RTLIB { /// RTLIB::Libcall enum - This enum defines all of the runtime library calls /// the backend can emit. The various long double types cannot be merged, /// because 80-bit library functions use "xf" and 128-bit use "tf". + /// + /// When adding PPCF128 functions here, note that their names generally need + /// to be overridden for Darwin with the xxx$LDBL128 form. See + /// PPCISelLowering.cpp. /// enum Libcall { // Integer |