Update code to eliminate calls to isInteger, calling isIntegral instead.
authorChris Lattner <sabre@nondot.org>
Mon, 15 Jan 2007 01:58:56 +0000 (01:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Jan 2007 01:58:56 +0000 (01:58 +0000)
commitb2f3e703bcde5833ff5910922f7a5313cc6b1c64
treef91e80ddcdc4a5cbf989adde8d67e616c7aaea08
parent8f79df3cf9c91cb61aedd46b56dcdcd6d56b9d2d
Update code to eliminate calls to isInteger, calling isIntegral instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33220 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolutionExpander.h
lib/Analysis/ConstantRange.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Support/ConstantRange.cpp