commit | abe37c83036c34f1e0593fb6a714c2283b468452 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Wed Apr 02 22:08:09 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Wed Apr 02 22:08:09 2008 +0000 |
tree | 1c7967788bab28737db2389ada2bd315ef27422d | |
parent | 07d4620be1209e778f994022b982c5d0fcb5d7a8 [diff] [blame] |
80 col violation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49120 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/GRSimpleVals.cpp b/lib/Analysis/GRSimpleVals.cpp index ed6372c..03a96aa 100644 --- a/lib/Analysis/GRSimpleVals.cpp +++ b/lib/Analysis/GRSimpleVals.cpp
@@ -262,7 +262,7 @@ 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; }