From 5df2af0809e1edb37e12a9926ede51890a28f70a Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 15 Apr 2020 21:06:38 +0000 Subject: Revert commit b6cf400aa fro llvm git (by Nemanja Ivanovic): Fix bots after a9ad65a2b34f In the last commit, I neglected to initialize the new subtarget feature I added which caused failures on a few bots. This should fix that. This unbreaks the build after r359981, which reverted upstream commit a9ad65a2b34f. Reported by: jhibbits (and jenkins :) MFC after: 6 weeks X-MFC-With: 358851 --- contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp') 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; -- cgit v1.2.3