Adds missing HPPA support in std.experimental.allocator.
Reviewed-on: https://github.com/dlang/phobos/pull/6838
From-SVN: r268810
-6c9fb28b0f8813d41798202a9d19c6b37ba5da5f
+791c5d2407e500bb4e777d6a90fc96cf250ba2f6
The first line of this file holds the git revision number of the last
merge done from the dlang/phobos repository.
else version (X86_64) enum growDownwards = Yes.growDownwards;
else version (ARM) enum growDownwards = Yes.growDownwards;
else version (AArch64) enum growDownwards = Yes.growDownwards;
+ else version (HPPA) enum growDownwards = No.growDownwards;
else version (PPC) enum growDownwards = Yes.growDownwards;
else version (PPC64) enum growDownwards = Yes.growDownwards;
else version (MIPS32) enum growDownwards = Yes.growDownwards;