mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Speculatively revert 112699 and 112702, they seem to be causing
self host errors on clang-x86-64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112719 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -221,7 +221,7 @@ bool LoopRotate::rotateLoop(Loop *Lp, LPPassManager &LPM) {
|
||||
|
||||
// The value now exits in two versions: the initial value in the preheader
|
||||
// and the loop "next" value in the original header.
|
||||
SSA.Initialize(OrigHeaderVal->getType(), OrigHeaderVal->getName());
|
||||
SSA.Initialize(OrigHeaderVal);
|
||||
SSA.AddAvailableValue(OrigHeader, OrigHeaderVal);
|
||||
SSA.AddAvailableValue(OrigPreHeader, OrigPreHeaderVal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user