diff options
-rw-r--r-- | lib/Analysis/GRSimpleVals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/GRSimpleVals.cpp b/lib/Analysis/GRSimpleVals.cpp index ed6372c216..03a96aacb2 100644 --- a/lib/Analysis/GRSimpleVals.cpp +++ b/lib/Analysis/GRSimpleVals.cpp @@ -262,7 +262,7 @@ static void GeneratePathDiagnostic(PathDiagnostic& PD, if (!E->isIntegerConstantExpr(V2, Ctx, 0, true)) { assert (false && - "Case condition (RHS) must evaluate to an integer constant."); + "Case condition (RHS) must evaluate to an integer constant."); continue; } |