Fix mishandling of the infinite loop case when merging two blocks. This
[oota-llvm.git] / test / Transforms / SimplifyCFG / branch-phi-thread.ll
index abad19cd00c2849fc50574e4f683145f5455db86..c536b6c88716b0602aff02d304c6c1cd5ff49209 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | opt -simplifycfg -adce | llvm-dis | \
-; RUN:   not grep {call void %f1}
+; RUN:   not grep {call void @f1}
 ; END.
 
 declare void @f1()