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)
commitc9bf1b1bffb11a02fbebc363932ff60614e0316d
tree23e638d5af1fda2069d7b59e7478da2e2ccdf757
parenta47294e24dc89dda8811ca0e8a873cb9e5edbd5c
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.)

llvm-svn: 146700
llvm/lib/Target/ARM/ARMISelLowering.cpp