summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2019-12-28 13:07:18 -0600
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2019-12-28 13:07:18 -0600
commitb6cf400aaeae6ac241f5a1c7f8b34ba7288eee0b (patch)
tree4c9d24c9615bf8e083db39cb328f28727cfbce3f /llvm/lib
parenta9ad65a2b34f9cbcd207114caa862ef2dc4553c8 (diff)
downloadbcm5719-llvm-b6cf400aaeae6ac241f5a1c7f8b34ba7288eee0b.tar.gz
bcm5719-llvm-b6cf400aaeae6ac241f5a1c7f8b34ba7288eee0b.zip
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.
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCSubtarget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp b/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
index 7a46dc0943c..dc19cb0ac30 100644
--- a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
+++ b/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
@@ -100,6 +100,7 @@ void PPCSubtarget::initializeEnvironment() {
IsPPC6xx = false;
IsE500 = false;
FeatureMFTB = false;
+ AllowsUnalignedFPAccess = false;
DeprecatedDST = false;
HasLazyResolverStubs = false;
HasICBT = false;
OpenPOWER on IntegriCloud