diff options
author | Chris Lattner <sabre@nondot.org> | 2005-08-03 00:58:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-08-03 00:58:44 +0000 |
commit | 969c88e817246ba7d8f3b77363ec40d8d16fa4f6 (patch) | |
tree | 8d7c96efa21f09f0c34904c927c50e4f64d8cdbd | |
parent | dc88dbeafade56d8866f93ceb7438ea220ae2a9c (diff) |
un-xfail this
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22614 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll b/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll index f09173407a..71c0149f5b 100644 --- a/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll +++ b/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll @@ -1,5 +1,4 @@ ; RUN: llvm-as < %s | opt -simplifycfg -disable-output -; XFAIL: * void %main() { entry: |