From 14bbbf3168f232152f18e57e99abddcabe433cd9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 10 Nov 2009 21:02:18 +0000 Subject: [PATCH] Optimize test more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86714 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll b/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll index c05ae535a53..c6ae6accd7c 100644 --- a/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll +++ b/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -simplifycfg -S +; RUN: opt < %s -simplifycfg -disable-output ; PR3016 ; Dead use caused invariant violation.