mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Temporarily revert the last change, which breaks PPC and other targets that
DO select things. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03f774ad80
commit
9ed44818c5
@ -2137,9 +2137,10 @@ public:
|
||||
Code += ", Tmp" + utostr(i + ResNo);
|
||||
emitCheck(Code + ")");
|
||||
|
||||
for (unsigned i = 0; i < NumRes; ++i)
|
||||
emitCode("Tmp" + utostr(i+ResNo) + " = Select(Tmp" +
|
||||
utostr(i+ResNo) + ");");
|
||||
// This breaks ppc
|
||||
//for (unsigned i = 0; i < NumRes; ++i)
|
||||
// emitCode("Tmp" + utostr(i+ResNo) + " = Select(Tmp" +
|
||||
// utostr(i+ResNo) + ");");
|
||||
|
||||
TmpNo = ResNo + NumRes;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user