Tidied up the use of dyn_cast<ConstantSDNode> by using isIntImmediate more.
authorChris Lattner <sabre@nondot.org>
Thu, 11 Aug 2005 17:56:50 +0000 (17:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Aug 2005 17:56:50 +0000 (17:56 +0000)
commit2b48bc6f9556d8dc3af50e6acde06f7a69a5280a
treef709effe784c00939144e04727a7563e6c5bd989
parent54abfc5ee426e214b6f0a101dd9c71f9ee850531
Tidied up the use of dyn_cast<ConstantSDNode> by using isIntImmediate more.
Patch by Jim Laskey.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp