add support for zero initialized unions, patch by Tim Northover!
[oota-llvm.git] / test / Transforms / SimplifyCFG / PhiBlockMerge.ll
index 3ef1fe2969d3ea1b11c37dbd378482cc34798392..a648efd1740ea9fffb84ff254cd4db5da9af13fe 100644 (file)
@@ -1,6 +1,6 @@
 ; Test merging of blocks that only have PHI nodes in them
 ;
-; RUN: opt %s -simplifycfg -S | not grep N:
+; RUN: opt %s -simplifycfg -S | not grep N:
 ;
 
 define i32 @test(i1 %a, i1 %b) {