Make sure constant bitwidth is <= 64 bit before calling getSExtValue().
authorEvan Cheng <evan.cheng@apple.com>
Tue, 17 Jul 2012 07:47:50 +0000 (07:47 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 17 Jul 2012 07:47:50 +0000 (07:47 +0000)
commitb4d4959fdda7afdf7994d3cb0b20c052ad0c7895
tree08e05c89486e35fd5760856a6d033d847dfe685f
parent70e10d3fe4c5df189348f64fce56254a5a32b51c
Make sure constant bitwidth is <= 64 bit before calling getSExtValue().

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