summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopDistribute/bounds-expansion-bug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/LoopDistribute/bounds-expansion-bug.ll')
-rw-r--r--llvm/test/Transforms/LoopDistribute/bounds-expansion-bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopDistribute/bounds-expansion-bug.ll b/llvm/test/Transforms/LoopDistribute/bounds-expansion-bug.ll
index 5d1aac6c104..64104e5c299 100644
--- a/llvm/test/Transforms/LoopDistribute/bounds-expansion-bug.ll
+++ b/llvm/test/Transforms/LoopDistribute/bounds-expansion-bug.ll
@@ -1,4 +1,4 @@
-; RUN: opt -basicaa -loop-distribute -S < %s | FileCheck %s
+; RUN: opt -basicaa -loop-distribute -enable-loop-distribute -S < %s | FileCheck %s
; When emitting the memchecks for:
;
OpenPOWER on IntegriCloud