Fix a tokenfactor node to use the load chain rather than the
authorDan Gohman <gohman@apple.com>
Fri, 28 Mar 2008 23:45:16 +0000 (23:45 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 28 Mar 2008 23:45:16 +0000 (23:45 +0000)
commitd4a2ad35e3118c9f3b7c2cf14fb12709ce52779c
tree733346301712b2f7fc088755a4553ca454a8b9e0
parent4db4f1ce7e238a49fa387c72ed3ad62c79107754
Fix a tokenfactor node to use the load chain rather than the
load value. This fixes PR2177.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48932 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/pr2177.ll [new file with mode: 0644]