aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-04-15 21:06:38 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-04-15 21:06:38 +0000
commit5df2af0809e1edb37e12a9926ede51890a28f70a (patch)
tree9f10276001bbcba0ac8f7bf43ffdc7f652d38afd /contrib/llvm-project/llvm
parentf91ab858cf2bcadcc5978ec919a40681906c4f01 (diff)
downloadsrc-5df2af0809e1edb37e12a9926ede51890a28f70a.tar.gz
src-5df2af0809e1edb37e12a9926ede51890a28f70a.zip
Notes
Diffstat (limited to 'contrib/llvm-project/llvm')
-rw-r--r--contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp b/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
index 0997f68bd999..64566f4d6609 100644
--- a/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
+++ b/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
@@ -100,7 +100,6 @@ void PPCSubtarget::initializeEnvironment() {
IsPPC6xx = false;
IsE500 = false;
FeatureMFTB = false;
- AllowsUnalignedFPAccess = false;
DeprecatedDST = false;
HasLazyResolverStubs = false;
HasICBT = false;