commit | 1c84d80457cdd5f625677c245a22d83dab11a435 | [log] [tgz] |
---|---|---|
author | Tobias Grosser <tobias@grosser.es> | Sat Nov 16 01:07:06 2013 +0000 |
committer | Tobias Grosser <tobias@grosser.es> | Sat Nov 16 01:07:06 2013 +0000 |
tree | 6ad00490c6b444b6708709aabc08c54e2adf73bd | |
parent | e4d20ab7866ef1570d134e67f6828d94ecbf8e40 [diff] [blame] |
Style fixes, brought to you by clang-format llvm-svn: 194910
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp index ba8ff46..f0cae50 100644 --- a/polly/lib/Analysis/ScopDetection.cpp +++ b/polly/lib/Analysis/ScopDetection.cpp
@@ -125,7 +125,7 @@ } \ DEBUG(dbgs() << MESSAGE); \ DEBUG(dbgs() << "\n"); \ - assert(!Context.Verifying &&#NAME); \ + assert(!Context.Verifying && #NAME); \ if (!Context.Verifying) \ ++Bad##NAME##ForScop; \ } while (0)