Remove a bugs assert.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 11 Jan 2016 23:21:45 +0000 (23:21 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 11 Jan 2016 23:21:45 +0000 (23:21 +0000)
commit8e7d4818470f7d1c3f9f32a32420528324f57a4c
treecaddc922b50b91b54bb7ceb48b0673a927de512a
parentbf913ed665fb0ce4e5e9585d3d23396758624357
Remove a bugs assert.

There is no reason the value being printed has to be positive.
Fixes pr25802.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257412 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCObjectStreamer.cpp
test/CodeGen/PowerPC/pr25802.ll [new file with mode: 0644]