Fix a few small typos I noticed when converting this over to the DAG->DAG
authorChris Lattner <sabre@nondot.org>
Wed, 17 Aug 2005 01:25:14 +0000 (01:25 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Aug 2005 01:25:14 +0000 (01:25 +0000)
commit6d9aed4f8febdf24d60fde175747ca6df289dfd9
treeeb1672ddeeed743717ccef85424428c2bd78c5a1
parenta033b4d8eb560e88914b376c17f2513730c6e3b4
Fix a few small typos I noticed when converting this over to the DAG->DAG
selector.  Also, there is no difference between addSImm and addImm, so just
use addImm, folding some branches.

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