Change logic in StackMaps::recordStackMapOpers to use the isInt<32>
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 4 Nov 2014 00:06:57 +0000 (00:06 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 4 Nov 2014 00:06:57 +0000 (00:06 +0000)
commit429c9cae09089becc2df489d2eff4b62a295f0c8
tree8963edab0d474fca819e8e37bb455e3019f8196a
parent11533184d70bfe46a0cdf375cf7b3765d41347d1
Change logic in StackMaps::recordStackMapOpers to use the isInt<32>
predicate instead of bitwise operations.

This is not a functional change.

llvm-svn: 221209
llvm/lib/CodeGen/StackMaps.cpp