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)
commit60c2a98db4545717a546976db723400e3b1f9409
treea689ef43a5e010a4554aacb401565a41d8094841
parentabe09fce79a06a2b3def77b0854cf783035f500a
Change logic in StackMaps::recordStackMapOpers to use the isInt<32>
predicate instead of bitwise operations.

This is not a functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221209 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/StackMaps.cpp