The intention behind this commit is to reduce the use of Host.h/Host.cpp
in Support, to where it is only necessary.
In this case, the endian-detection and support functionality needed by
these implementations can be provided by Support/SwapByteOrder.h in a
cleaner manner.
I think usual LLVM style only uses braces when there are multiple lines on at least one side.