[llvm-branch-commits] [llvm-branch] r85315 - in /llvm/branches/Apple/Bender-SWB: lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp test/CodeGen/X86/widen_load-0.ll test/CodeGen/X86/widen_load-1.ll

Bill Wendling isanbard at gmail.com
Tue Oct 27 14:26:47 PDT 2009


Author: void
Date: Tue Oct 27 16:26:47 2009
New Revision: 85315

URL: http://llvm.org/viewvc/llvm-project?rev=85315&view=rev
Log:
$ svn merge -c 81343 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r81343 into '.':
A    test/CodeGen/X86/widen_load-0.ll
A    test/CodeGen/X86/widen_load-1.ll
U    lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp


Added:
    llvm/branches/Apple/Bender-SWB/test/CodeGen/X86/widen_load-0.ll
      - copied unchanged from r81343, llvm/trunk/test/CodeGen/X86/widen_load-0.ll
    llvm/branches/Apple/Bender-SWB/test/CodeGen/X86/widen_load-1.ll
      - copied unchanged from r81343, llvm/trunk/test/CodeGen/X86/widen_load-1.ll
Modified:
    llvm/branches/Apple/Bender-SWB/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp

Modified: llvm/branches/Apple/Bender-SWB/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Bender-SWB/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp?rev=85315&r1=85314&r2=85315&view=diff

==============================================================================
--- llvm/branches/Apple/Bender-SWB/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp (original)
+++ llvm/branches/Apple/Bender-SWB/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp Tue Oct 27 16:26:47 2009
@@ -1717,7 +1717,7 @@
 
   // Modified the chain - switch anything that used the old chain to use
   // the new one.
-  ReplaceValueWith(SDValue(N, 1), Chain);
+  ReplaceValueWith(SDValue(N, 1), NewChain);
 
   return Result;
 }





More information about the llvm-branch-commits mailing list