mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Temporarily revert the last change, which breaks PPC and other targets that
DO select things. llvm-svn: 25970
This commit is contained in:
parent
964e9b66f8
commit
951217976d
@ -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