From: Reid Spencer Date: Mon, 21 Jun 2004 08:11:32 +0000 (+0000) Subject: Nullify this test as it causes infinite loop in optimized nightly test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1a580bea99e109895f24369399c563877b3fad19;p=oota-llvm.git Nullify this test as it causes infinite loop in optimized nightly test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14279 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/CorrelatedExprs/branchtest.ll b/test/Transforms/CorrelatedExprs/branchtest.ll index cfc45172dfa..591cede4ea4 100644 --- a/test/Transforms/CorrelatedExprs/branchtest.ll +++ b/test/Transforms/CorrelatedExprs/branchtest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -cee -simplifycfg | llvm-dis | not grep 'REMOVE' +; RUN: echo %s implementation