Add a FIXME to move IsLittleEndian to the target machine.

llvm-svn: 229472
This commit is contained in:
Eric Christopher 2015-02-17 06:45:17 +00:00
parent fee6aaf683
commit 75dc3904a5
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
StackAlignment = 32;
// Determine endianness.
// FIXME: Part of the TargetMachine.
IsLittleEndian = (TargetTriple.getArch() == Triple::ppc64le);
}