Fix an endianness problem on big-endian targets with expanded operands
authorChris Lattner <sabre@nondot.org>
Thu, 23 Feb 2006 20:06:57 +0000 (20:06 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Feb 2006 20:06:57 +0000 (20:06 +0000)
commit9f6637db10642fae51fa3628b7833c6999f7fdb3
tree13fb672271f9effb6b43f3e2c73fa321d395ffd1
parente3f01570c172570fb2c0bacc6b8860ee6809362d
Fix an endianness problem on big-endian targets with expanded operands
to inline asms.  Mark some methods const.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26334 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp