| Index: src/IceTargetLoweringX8632.h
|
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
|
| index 71062cc27df4938528fdf30790867e89aaf9175d..f5bd300dc751871f7c3d6ca3527c41f1aed3081a 100644
|
| --- a/src/IceTargetLoweringX8632.h
|
| +++ b/src/IceTargetLoweringX8632.h
|
| @@ -250,7 +250,7 @@ protected:
|
| Context.insert(
|
| InstFakeDef::create(Func, Eax, llvm::dyn_cast<Variable>(DestOrAddr)));
|
| }
|
| - void _cmpxchg8b(OperandX8632 *Addr, Variable *Edx, Variable *Eax,
|
| + void _cmpxchg8b(OperandX8632Mem *Addr, Variable *Edx, Variable *Eax,
|
| Variable *Ecx, Variable *Ebx, bool Locked) {
|
| Context.insert(
|
| InstX8632Cmpxchg8b::create(Func, Addr, Edx, Eax, Ecx, Ebx, Locked));
|
|
|