diff options
author | Chris Lattner <sabre@nondot.org> | 2005-08-03 00:10:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-08-03 00:10:28 +0000 |
commit | d970ff025d165857ca080bbf6f4ea78ec06a7ee2 (patch) | |
tree | ba4b5d9e2e15899a9ad771f82be9a379f9f725b1 /test/Transforms/SimplifyCFG | |
parent | 17de4149655687f4ca5578e5ef96844019611c3b (diff) | |
download | external_llvm-d970ff025d165857ca080bbf6f4ea78ec06a7ee2.zip external_llvm-d970ff025d165857ca080bbf6f4ea78ec06a7ee2.tar.gz external_llvm-d970ff025d165857ca080bbf6f4ea78ec06a7ee2.tar.bz2 |
This fails for now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG')
-rw-r--r-- | test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll b/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll index 71c0149..f091734 100644 --- a/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll +++ b/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | opt -simplifycfg -disable-output +; XFAIL: * void %main() { entry: |