Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value that...
authorEli Friedman <eli.friedman@gmail.com>
Thu, 15 Dec 2011 22:56:53 +0000 (22:56 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 15 Dec 2011 22:56:53 +0000 (22:56 +0000)
commit2f21e8c5ba62ec98e7dec9c65e35a3b4e7fdaf4d
treecebcc6ca35b43ecedb253b95dc4c0ce7668cca77
parenta738da7bd30819f1bc710d313c9ecb06c56f1a4f
Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value that isn't a 32-bit value.  (This is just to be safe; I don't think this actually causes any issues in practice.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146700 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp