Use MachineBasicBlock::transferSuccessors.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-12-08-Phi-ICmp-Op-Fold.ll
index 16dbd2196e8e247d5723db1d8dc52762a4d0462f..1508a523b7a9c7e8696889f3daa9231e5df81005 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
 ; RUN:   grep {icmp sgt}
+; END.
 target datalayout = "e-p:32:32"
 target triple = "i686-pc-linux-gnu"
        %struct.point = type { i32, i32 }