OSDN Git Service

[UnitTest] Fix warning, NFC.
authorJoseph Tremoulet <jotrem@microsoft.com>
Thu, 14 Jan 2016 06:30:19 +0000 (06:30 +0000)
committerJoseph Tremoulet <jotrem@microsoft.com>
Thu, 14 Jan 2016 06:30:19 +0000 (06:30 +0000)
commit6f91687d1196bfbb2935ffaeb62e036e536a6aeb
tree625d199e9dafed995a18152d8c68f2d3f26d19bd
parent0d05e6c90c985820c9ea7b145d4a212abc644c77
[UnitTest] Fix warning, NFC.

Use an unsigned literal to avoid signedness mismatch in the compare.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257747 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/IR/InstructionsTest.cpp