From cd749a9c07f1de2fb8affde90537efa4bc3e7c54 Mon Sep 17 00:00:00 2001 From: rdivacky Date: Wed, 14 Oct 2009 17:57:32 +0000 Subject: Update llvm to r84119. --- test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll') diff --git a/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll b/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll index fc34f51..7b8a918 100644 --- a/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll +++ b/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis -; XFAIL: * +; RUN: opt < %s -simplifycfg | llvm-dis ; PR3016 ; Dead use caused invariant violation. -- cgit v1.1