Removed colons from some target datalayout strings in test, since they don't match...
[oota-llvm.git] / test / Transforms / LoopSimplify / single-backedge.ll
index a965fb4e9ebe4b18b6fa32a6f6a374476cb0a712..aedd6f23091c92d01ab8f3593b982521b7902d8b 100644 (file)
@@ -1,8 +1,11 @@
-; The loop canonicalization pass should guarantee that there is one backedge 
-; for all loops.  This allows the -indvars pass to recognize the %IV 
+; The loop canonicalization pass should guarantee that there is one backedge
+; for all loops.  This allows the -indvars pass to recognize the %IV
 ; induction variable in this testcase.
 
-; RUN: opt %s -indvars -S | grep indvar
+; RUN: opt < %s -indvars -S | FileCheck %s
+; CHECK: Loop.backedge:
+; CHECK-NOT: br
+; CHECK: br label %Loop
 
 define i32 @test(i1 %C) {
 ; <label>:0