New testcase
[oota-llvm.git] / test / Analysis / LoadVN / RLE-Preserve.ll
index 50a3256d1979aa307088427b7042e1292cf5d79d..d3414880cd23f04ab3137d6c6a0845cec6cf77b7 100644 (file)
@@ -1,7 +1,8 @@
 ; This testcase ensures that redundant loads are preserved when they are not 
 ; allowed to be eliminated.
 ; RUN: as < %s | dis > Output/%s.before
-; RUN: as < %s | opt -gcse | dis > Output/%s.after
+; RUN: as < %s | opt -load-vn -gcse | dis > Output/%s.after
+; RUN: echo some output
 ; RUN: diff Output/%s.before Output/%s.after
 ;
 int "test1"(int* %P) {