From 07b39fc3892ab326505a6a1c4d115ee5de2beb3c Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 2 Apr 2008 22:08:09 +0000 Subject: [PATCH] 80 col violation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49120 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/GRSimpleVals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0