]> granicus.if.org Git - clang/commit
remove my gross #ifdef's, using portable abstractions now that the 32-bit
authorChris Lattner <sabre@nondot.org>
Thu, 22 Jan 2009 23:50:07 +0000 (23:50 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Jan 2009 23:50:07 +0000 (23:50 +0000)
commit6f78c3b8b9343e7e9fbf2d457cccf00df6da5d47
tree27281ee7aea0b5a9fb31cbe6471379e85672d36d
parent6fd8f914d399035e1417d9e548d3a8d598195370
remove my gross #ifdef's, using portable abstractions now that the 32-bit
load is always aligned.

I verified that the bswap doesn't occur in the assembly code on x86.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62815 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PTHLexer.cpp