| Index: src/IceInst.h
|
| diff --git a/src/IceInst.h b/src/IceInst.h
|
| index 492df486c8b19ad3365bc859794a158328250bb9..c98f69d07d6e180ad3d7cde913cff7d2b3a4cf8a 100644
|
| --- a/src/IceInst.h
|
| +++ b/src/IceInst.h
|
| @@ -1122,6 +1122,7 @@ bool checkForRedundantAssign(const Variable *Dest, const Operand *Source);
|
|
|
| } // end of namespace Ice
|
|
|
| +#ifdef PNACL_LLVM
|
| namespace llvm {
|
|
|
| /// Override the default ilist traits so that Inst's private ctor and deleted
|
| @@ -1142,6 +1143,7 @@ private:
|
| };
|
|
|
| } // end of namespace llvm
|
| +#endif // PNACL_LLVM
|
|
|
| namespace Ice {
|
|
|
|
|