diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index c841d433c9f..b587e3697db 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -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 { | 

