Fix compilation of:
authorChris Lattner <sabre@nondot.org>
Mon, 22 Aug 2005 00:59:14 +0000 (00:59 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Aug 2005 00:59:14 +0000 (00:59 +0000)
commitddf3e7dfd791f7cdbcd1bb5feb168067b5b9c16d
treee11655d6f883e35f60b3c57a47cda792df6169c2
parentb30ee6a41a00d7fcd45960b3869fc6bcb3f7bdf4
Fix compilation of:
float %test2(float* %P) {
        %Q = load float* %P
        %R = add float %Q, %Q
        ret float %R
}

By returning the right result.

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