mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Add missing rename from the previous commit.
No idea how this was compiling locally. Found by the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc682bcecc
commit
2b5313d26b
@ -196,7 +196,7 @@ private:
|
|||||||
if (!Other.HasError) {
|
if (!Other.HasError) {
|
||||||
// Get the other value.
|
// Get the other value.
|
||||||
HasError = false;
|
HasError = false;
|
||||||
new (getStorage()) storage_type(*Other.get());
|
new (getStorage()) storage_type(*Other.getStorage());
|
||||||
} else {
|
} else {
|
||||||
// Get other's error.
|
// Get other's error.
|
||||||
HasError = true;
|
HasError = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user