Use the -enable-pre flag so this test doesn't fail.
authorOwen Anderson <resistor@mac.com>
Thu, 26 Jun 2008 17:03:28 +0000 (17:03 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 26 Jun 2008 17:03:28 +0000 (17:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52784 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GVN/local-pre.ll

index 7b6e83345109acb78e324f0ce2f45ead212f7b6f..59158cc0fcae40aaf7ff1fe0da5032659bc428b4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {b.pre}
+; RUN: llvm-as < %s | opt -gvn -enable-pre | llvm-dis | grep {b.pre}
 
 define i32 @main(i32 %p) {
 block1: