| Index: src/IceTypes.h
|
| diff --git a/src/IceTypes.h b/src/IceTypes.h
|
| index da701f443e2b920c21fdf1696c763f4bb1821822..3c87f6888fde25dbb5a4af47bf9f786f12a1f5e0 100644
|
| --- a/src/IceTypes.h
|
| +++ b/src/IceTypes.h
|
| @@ -129,7 +129,7 @@ class FuncSigType {
|
| FuncSigType &operator=(const FuncSigType &Ty) = delete;
|
|
|
| public:
|
| - typedef std::vector<Type> ArgListType;
|
| + using ArgListType = std::vector<Type>;
|
|
|
| /// Creates a function signature type with the given return type.
|
| /// Parameter types should be added using calls to appendArgType.
|
|
|