commit | 9925f810756898fca1051860598b8ce7565a415c | [log] [tgz] |
---|---|---|
author | Teresa Johnson <tejohnson@google.com> | Wed Mar 09 14:58:23 2016 +0000 |
committer | Teresa Johnson <tejohnson@google.com> | Wed Mar 09 14:58:23 2016 +0000 |
tree | a9e1219385d8b3f1a80aba414aa92b01ab2b3e3d | |
parent | 6ed4786900a930f16c25a7e2698dad753c603b29 [diff] |
Fix build error due to unsigned compare >= 0 in r263008 (NFC) Fixes error from building with clang: /usr/local/google/home/tejohnson/llvm/llvm_15/lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp:407:12: error: comparison of unsigned expression >= 0 is always true [-Werror,-Wtautological-compare] if ((Imm >= 0x000) && (Imm <= 0x0ff)) { ~~~ ^ ~~~~~ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263014 91177308-0d34-0410-b5e6-96231b3b80d8