When marking a block as being unanalyzable, use "Clobber" on the terminator instead...
[oota-llvm.git] / test / Transforms / FunctionAttrs / 2008-09-03-ReadNone.ll
index 535a1d0fba6b01c6d3ab84e20622ba082cc04f33..946453f586ede9a5dbddeaa7ee597dc69c6bad92 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -functionattrs -S | grep readnone | count 4
+; RUN: opt < %s -basicaa -functionattrs -S | grep readnone | count 4
 @x = global i32 0
 
 declare i32 @e() readnone