Add an arg to insertVal to allow us to prevent builtin types from being ignored
authorChris Lattner <sabre@nondot.org>
Thu, 26 Jul 2001 16:28:37 +0000 (16:28 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Jul 2001 16:28:37 +0000 (16:28 +0000)
commit9b50c1578d2d09a4bb023e0e215c75b8ccd0f936
treee4447152739b9ed5e4c7986bc228e09ec5d6bf83
parenta25809dda497426fb8daed1c25212b6c3eb73a5d
Add an arg to insertVal to allow us to prevent builtin types from being ignored
when they are inserted.

Ignore constant values without names.  If they are used, they will be inlined.

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