[PowerPC] FreeBSD does not require f128 in its data layout string.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 3 Jul 2013 21:03:06 +0000 (21:03 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 3 Jul 2013 21:03:06 +0000 (21:03 +0000)
commit58ae47bf10bb603a912efdef9d336c5d8039e4d5
tree46f5b8ea1995f094c95871911104ec8272ee45ec
parent98c6081536012b8e33feb454e8c381659517fbaa
[PowerPC] FreeBSD does not require f128 in its data layout string.

Long double is 64 bits on FreeBSD PPC, so the f128 entry is superfluous.

llvm-svn: 185582
clang/lib/Basic/Targets.cpp