Fix PR10103: Less code for enum type translation.
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2003-08-17-BranchFoldOrdering.ll
index 7564cfac63a527890495de2829b36fbbca7f089a..888e187b6b4de770084a3b0be4df30cab9d2eb65 100644 (file)
@@ -3,8 +3,8 @@
 ; due to the fact that the SimplifyCFG function does not use 
 ; the ConstantFoldTerminator function.
 
-; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | \
-; RUN:   not grep {br bool %c2}
+; RUN: opt < %s -simplifycfg -S | \
+; RUN:   not grep {br i1 %c2}
 
 declare void @noop()