mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 02:49:18 +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);
|
Code += ", Tmp" + utostr(i + ResNo);
|
||||||
emitCheck(Code + ")");
|
emitCheck(Code + ")");
|
||||||
|
|
||||||
for (unsigned i = 0; i < NumRes; ++i)
|
// This breaks ppc
|
||||||
emitCode("Tmp" + utostr(i+ResNo) + " = Select(Tmp" +
|
//for (unsigned i = 0; i < NumRes; ++i)
|
||||||
utostr(i+ResNo) + ");");
|
// emitCode("Tmp" + utostr(i+ResNo) + " = Select(Tmp" +
|
||||||
|
// utostr(i+ResNo) + ");");
|
||||||
|
|
||||||
TmpNo = ResNo + NumRes;
|
TmpNo = ResNo + NumRes;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user