Add support for code generation of the one register with immediate form of vorr.
[oota-llvm.git] / test / Transforms / GVN / mixed.ll
index 0a605712e2566bc406c9f6710aa59d692b57bca3..6bfada2f4d5c28713953a6db65854d6eeed92c2c 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -gvn | llvm-dis | not grep DEADLOAD
-; RUN: opt %s -gvn | llvm-dis | not grep DEADGEP
+; RUN: opt < %s -basicaa -gvn -S | not grep DEADLOAD
+; RUN: opt < %s -basicaa -gvn -S | not grep DEADGEP
 
 define i32 @main(i32** %p) {
 block1: