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;
                 }