[X86] Correct the one use check from r341915.
authorCraig Topper <craig.topper@intel.com>
Tue, 11 Sep 2018 16:05:03 +0000 (16:05 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 11 Sep 2018 16:05:03 +0000 (16:05 +0000)
commitd7362a3e5f735b192bf398211a215c493adfe78e
tree7110b94c915ed785c5c6401506b797bd6bc7fe02
parentac68cab9e1a1fb6283a9fb650569202a0c940278
[X86] Correct the one use check from r341915.

The one use check should be on the bitcast, not the input to the bitcast.

llvm-svn: 341956
llvm/lib/Target/X86/X86ISelLowering.cpp