| Index: src/IceOperand.h
|
| diff --git a/src/IceOperand.h b/src/IceOperand.h
|
| index 67b1d231fbf4a2985d521c76797947db5b3cbb45..993bf5408f4db4808258aa358d4d7d6aace2b13b 100644
|
| --- a/src/IceOperand.h
|
| +++ b/src/IceOperand.h
|
| @@ -527,7 +527,7 @@ protected:
|
| bool IsImplicitArgument = false;
|
| /// IgnoreLiveness means that the variable should be ignored when constructing
|
| /// and validating live ranges. This is usually reserved for the stack
|
| - /// pointer.
|
| + /// pointer and other physical registers specifically referenced by name.
|
| bool IgnoreLiveness = false;
|
| /// StackOffset is the canonical location on stack (only if RegNum==NoRegister
|
| /// || IsArgument).
|
|
|