[msan] Fix line >80 chars.

llvm-svn: 182578
This commit is contained in:
Evgeniy Stepanov 2013-05-23 11:51:47 +00:00
parent c573080d45
commit a343d1d881
1 changed files with 2 additions and 1 deletions

View File

@ -975,7 +975,8 @@ struct MSanInterceptorContext {
bool in_interceptor_scope;
};
// A version of CHECK_UNPOISED using a saved scope value. Used in common interceptors.
// A version of CHECK_UNPOISED using a saved scope value. Used in common
// interceptors.
#define CHECK_UNPOISONED_CTX(ctx, x, n) \
if (!((MSanInterceptorContext *) ctx)->in_interceptor_scope) \
CHECK_UNPOISONED_0(x, n);