commit | 07b39fc3892ab326505a6a1c4d115ee5de2beb3c | [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 | 87abc03d3d33de1f8117104ee789a4316d8be2cc [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; }