commit | c422383e0800e389f8ecd0983f730b9b9e55f5bb | [log] [tgz] |
---|---|---|
author | Gabor Greif <ggreif@gmail.com> | Fri Apr 11 09:34:57 2008 +0000 |
committer | Gabor Greif <ggreif@gmail.com> | Fri Apr 11 09:34:57 2008 +0000 |
tree | 9d15ddfdd9af26ba68183247f5ed8f367609f5ba | |
parent | 9950c80c8372f5e9b498fcbb8a557bbcf9ba992c [diff] |
detabify llvm-svn: 49524
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index a1d6c77..f096c70 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -3507,7 +3507,7 @@ for (; Op != E; ++Op) { if (*Op == From) { From.Val->removeUser(Op-User->op_begin(), User); - *Op = To; + *Op = To; Op->setUser(User); To.Val->addUser(Op-User->op_begin(), User); }