forked from OSchip/llvm-project
Disable this code, which broke many tests last night
llvm-svn: 23114
This commit is contained in:
parent
5ee85e89b6
commit
075250bda1
|
@ -1078,7 +1078,7 @@ LowerArguments(BasicBlock *BB, SelectionDAGLowering &SDL,
|
|||
if (!AI->use_empty()) {
|
||||
SDL.setValue(AI, Args[a]);
|
||||
|
||||
if (IsOnlyUsedInOneBasicBlock(AI) == F.begin()) {
|
||||
if (0 && IsOnlyUsedInOneBasicBlock(AI) == F.begin()) {
|
||||
// Only used in the entry block, no need to copy it to a vreg for
|
||||
// other blocks.
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue