Chromium Code Reviews| Index: src/IceConditionCodesARM32.h |
| diff --git a/src/IceConditionCodesARM32.h b/src/IceConditionCodesARM32.h |
| index e7fc4d09d4a15c1a53b8daf3b6948a57167ddf55..f13776316a3f365b71df2ed5868ea625dd5d34a5 100644 |
| --- a/src/IceConditionCodesARM32.h |
| +++ b/src/IceConditionCodesARM32.h |
| @@ -33,6 +33,8 @@ public: |
| ICEINSTARM32COND_TABLE |
| #undef X |
| }; |
| + |
| + static bool isDefined(Cond C) { return C != kNone; } |
| }; |
| } // end of namespace Ice |