Minimally fix this code to not abort on mdnodes with integer data
authorDan Gohman <gohman@apple.com>
Fri, 7 May 2010 22:15:24 +0000 (22:15 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 7 May 2010 22:15:24 +0000 (22:15 +0000)
commit66797ff2e1433c1005f911c954a2953238d04554
treed2806459bb44df01b98e5dc24ae4f5582877711b
parent02f0dbd97a9bc01528aa12c2f260d928683ab411
Minimally fix this code to not abort on mdnodes with integer data
wider than 64 bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103309 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp