remove some completely wrong code. 1 is never < 16. It turns out that GCC appears...
authorChris Lattner <sabre@nondot.org>
Wed, 29 Jul 2009 04:54:38 +0000 (04:54 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Jul 2009 04:54:38 +0000 (04:54 +0000)
commit067fe1ae5488764afb8d8fdafba65899dc221887
treee741fe98184af9f319689694d930abc141a0abff
parent95db93caa1130725123eb50479d0c51c09e8a2f4
remove some completely wrong code.  1 is never < 16.  It turns out that GCC appears to put strings of any length into the ELF cstring equivalent, so just rip out the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77429 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetLoweringObjectFile.cpp