| Index: src/IceTargetLoweringX8632.cpp
|
| diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
|
| index 47f6ae15781a23983fe4e4102f87bc663bd7f9bb..5d8ad3fb1fbdb0ca15f7e48c008c75ac0dd3d617 100644
|
| --- a/src/IceTargetLoweringX8632.cpp
|
| +++ b/src/IceTargetLoweringX8632.cpp
|
| @@ -116,7 +116,6 @@ void TargetX8632::lowerCall(const InstCall *Instr) {
|
| // the document "OS X ABI Function Call Guide" by Apple.
|
| NeedsStackAlignment = true;
|
|
|
| - using OperandList = std::vector<Operand *>;
|
| OperandList XmmArgs;
|
| OperandList StackArgs, StackArgLocations;
|
| uint32_t ParameterAreaSizeBytes = 0;
|
|
|