The patch to fix some issues in r174543 fixed the lines failing the test, but missed...
authorDavid Tweed <david.tweed@arm.com>
Fri, 8 Feb 2013 16:35:10 +0000 (16:35 +0000)
committerDavid Tweed <david.tweed@arm.com>
Fri, 8 Feb 2013 16:35:10 +0000 (16:35 +0000)
commit0b821eff4c9c8d3b7ac872691bc453337ad3d03a
treee4a74cab76fdcb3df4186bcb84e8c94190ff4afc
parentfb55a8fd7c38aa09d9c243d48a8a72d890f36a3d
The patch to fix some issues in r174543 fixed the lines failing the test, but missed a couple
of lines which weren't being explicitly looked at and were printing incorrect results. These
values clearly must lie within 32 bits, so the casts are definitely safe.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFDebugFrame.cpp