[PowerPC] Enable interleaved-access vectorization
[oota-llvm.git] / test / Transforms / LoopSimplify / indirectbr-backedge.ll
index ca6e47fcecd3c3c1feddb785b571cf2e2783261e..7eabc09cd7da80e3e98c5f5f07bd603abc858418 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -loopsimplify -S < %s | FileCheck %s
+; RUN: opt -loop-simplify -S < %s | FileCheck %s
 
 ; LoopSimplify shouldn't split loop backedges that use indirectbr.