OSDN Git Service

Fix a bug where the types for inlineasm nodes were not properly entered into
authorChris Lattner <sabre@nondot.org>
Wed, 7 Jun 2006 22:20:03 +0000 (22:20 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Jun 2006 22:20:03 +0000 (22:20 +0000)
commit101cefa14a09c6e0fad5dd5ddbd84bdf7cef4286
tree0ce06ed075a0e8a7a2e964a09b7fc8b019fe62f6
parent454d85be66212323f6386ab8bffb77b0b57a2467
Fix a bug where the types for inlineasm nodes were not properly entered into
the compaction table for a function.  This broke compilation of hexxagon
on darwin/x86 with recent changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/SlotCalculator.cpp