From 2d9220e8f5b45390d64e943fa4eef1562b87f04b Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 13 Dec 2010 23:49:28 +0000 Subject: Fix recent buildbot breakage by pulling SimplifyCFG back to its state as of r121694, the most recent state where I'm confident there were no crashes or miscompilations. XFAIL the test added since then for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121733 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyCFG/switch_create.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/Transforms/SimplifyCFG/switch_create.ll b/test/Transforms/SimplifyCFG/switch_create.ll index e11f04e2da..71007b9efa 100644 --- a/test/Transforms/SimplifyCFG/switch_create.ll +++ b/test/Transforms/SimplifyCFG/switch_create.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -simplifycfg -S | FileCheck %s +; XFAIL: * declare void @foo1() -- cgit v1.2.3