From d23cd2a0bf3d2c8e1dd17bc51f048ac4bf8809ee Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 27 Jun 2007 22:58:12 +0000 Subject: [PATCH] Update. Now, -etforest is an invalid option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37767 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/2006-02-05-PassManager.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Other/2006-02-05-PassManager.ll b/test/Other/2006-02-05-PassManager.ll index bbfeb092500..5d7b6801c84 100644 --- a/test/Other/2006-02-05-PassManager.ll +++ b/test/Other/2006-02-05-PassManager.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -domtree -gcse -etforest -constmerge -disable-output +; RUN: llvm-as < %s | opt -domtree -gcse -domtree -constmerge -disable-output define i32 @test1() { unreachable