Fix bots after a9ad65a2b34f
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Sat, 28 Dec 2019 19:07:18 +0000 (13:07 -0600)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Sat, 28 Dec 2019 19:07:18 +0000 (13:07 -0600)
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.

llvm/lib/Target/PowerPC/PPCSubtarget.cpp

index 7a46dc0..dc19cb0 100644 (file)
@@ -100,6 +100,7 @@ void PPCSubtarget::initializeEnvironment() {
   IsPPC6xx = false;
   IsE500 = false;
   FeatureMFTB = false;
+  AllowsUnalignedFPAccess = false;
   DeprecatedDST = false;
   HasLazyResolverStubs = false;
   HasICBT = false;