summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/Analysis/ScopBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopBuilder.cpp b/polly/lib/Analysis/ScopBuilder.cpp
index 27620613699..f89b83e4f36 100644
--- a/polly/lib/Analysis/ScopBuilder.cpp
+++ b/polly/lib/Analysis/ScopBuilder.cpp
@@ -571,7 +571,7 @@ void ScopBuilder::ensureValueRead(Value *V, BasicBlock *UserBB) {
if (!ModelReadOnlyScalars)
break;
- LLVM_FALLTHROUGH
+ LLVM_FALLTHROUGH;
case VirtualUse::Inter:
// Do not create another MemoryAccess for reloading the value if one already
OpenPOWER on IntegriCloud