aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2011-10-17 21:00:38 +0000
committerTanya Lattner <tonic@nondot.org>2011-10-17 21:00:38 +0000
commit49b38413985c5e74790d9f6ff9459c82773e932f (patch)
tree5f7a2fbddaf0d4dbe3f7550d0c1e1aca53362558 /lldb/source/Commands/CommandObjectCommands.cpp
parent502d2eee0993186a6eb4a9c8647a0e44d9a76e6a (diff)
downloadllvm-49b38413985c5e74790d9f6ff9459c82773e932f.zip
llvm-49b38413985c5e74790d9f6ff9459c82773e932f.tar.gz
llvm-49b38413985c5e74790d9f6ff9459c82773e932f.tar.bz2
The comparison of two vectors should return a signed result. hasIntegerRepresentation() used to always return false for vectors, but since it was changed, it also
changed the return type of a compare of two unsigned vectors to be unsigned. This patch removes the check for hasIntegerRepresentation since its not needed and returns the appropriate signed type. I added a new test case and updated exisiting test cases that assumed an unsigned result. llvm-svn: 142250
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions