| Index: src/IceInst.h
|
| diff --git a/src/IceInst.h b/src/IceInst.h
|
| index f8ca48c5deb5e953b4173ba92f640d243e7831fd..85fde52b316fdb67d4f23481a277f92997673838 100644
|
| --- a/src/IceInst.h
|
| +++ b/src/IceInst.h
|
| @@ -782,7 +782,7 @@ class InstBundleLock : public InstHighLevel {
|
| InstBundleLock &operator=(const InstBundleLock &) = delete;
|
|
|
| public:
|
| - enum Option { Opt_None, Opt_AlignToEnd };
|
| + enum Option { Opt_None, Opt_AlignToEnd, Opt_PadToEnd };
|
| static InstBundleLock *create(Cfg *Func, Option BundleOption) {
|
| return new (Func->allocate<InstBundleLock>())
|
| InstBundleLock(Func, BundleOption);
|
|
|