The variable ValueSize is set to 1 on both code paths, and then
authorDuncan Sands <baldrick@free.fr>
Tue, 29 Jun 2010 13:30:08 +0000 (13:30 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 29 Jun 2010 13:30:08 +0000 (13:30 +0000)
commit6f74f69ff4a6e365272a754f0984c0321755976d
treee50e0c97b9971bc3659ef37c8cea2e4d07d1148c
parent5b96b26eb76b012a18c5e30b3a179aaf3c9e3e27
The variable ValueSize is set to 1 on both code paths, and then
ignored!  Remove it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAssembler.cpp