X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FFileCheck%2FFileCheck.cpp;h=37c7874aa20a4238ed13948eeaadbb0697963786;hb=8d4021c83142bfaf65b234b625ea2897a1e06e03;hp=82e80574d27f32bee794a487144c19de3a485023;hpb=d9a84efe44db2f4d983e49bc7370fc8cef449214;p=oota-llvm.git diff --git a/utils/FileCheck/FileCheck.cpp b/utils/FileCheck/FileCheck.cpp index 82e80574d27..37c7874aa20 100644 --- a/utils/FileCheck/FileCheck.cpp +++ b/utils/FileCheck/FileCheck.cpp @@ -768,7 +768,7 @@ static bool ReadCheckFile(SourceMgr &SM, SM.PrintMessage(SMLoc::getFromPointer(CheckPrefixStart), SourceMgr::DK_Error, "found '"+CheckPrefix+"-LABEL:' with variable definition" - " or use'"); + " or use"); return true; }