RuntimeDyld: fix -Wtype-limits
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 5 Nov 2015 06:24:09 +0000 (06:24 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 5 Nov 2015 06:24:09 +0000 (06:24 +0000)
commitc574acfe9526923ace72653922cdcda54eb0541e
treef8483bb829e69366023aafcc5fca478eff6682c6
parentfe0b6a7f50fe8ad11d595d90eedfeb6484dc841f
RuntimeDyld: fix -Wtype-limits

Adjust the casted type.  By casting to the same size rather than just the
signed-ness, we were asserting tautological statements.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252150 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h