OSDN Git Service

When allocating a stack temporary, use the correct
authorDuncan Sands <baldrick@free.fr>
Thu, 4 Dec 2008 18:08:40 +0000 (18:08 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 4 Dec 2008 18:08:40 +0000 (18:08 +0000)
commit9304f2c294752a3cfbc2c91ebed903cc53317dc1
treeaeafc995f83dc9f9587a5838241f0753e5098d66
parent23f2ff74b1b44bec7e5a95199973fc978c8351c2
When allocating a stack temporary, use the correct
number of bytes for types such as i1 which are not
a multiple of 8 bits in length.

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