mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
Disable this code, which broke many tests last night
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
620c93cca1
commit
88b9c15912
@ -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
Block a user