Move TargetData::hostIsLittleEndian out of line, which means we
authorChris Lattner <sabre@nondot.org>
Tue, 11 Dec 2007 00:28:59 +0000 (00:28 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Dec 2007 00:28:59 +0000 (00:28 +0000)
commit57d7d3f2d76d8d042faa95d82374b0c24cfce35f
treec7dbc74af3dc0d9983cc6501965297c0f96e5dc4
parentbbc6597f02d108f32b5bdc7711cc67386196017b
Move TargetData::hostIsLittleEndian out of line, which means we
don't have to #include config.h in it.  #including config.h breaks
other projects that have their own autoconf stuff and try to #include
the llvm headers.  One obscure example is llvm-gcc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44825 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetData.h
lib/Target/TargetData.cpp