diff options
author | Chris Lattner <sabre@nondot.org> | 2005-04-21 20:48:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-04-21 20:48:08 +0000 |
commit | 14f342978cbd07436388eb7046bca96ada24cb63 (patch) | |
tree | d9126e7de2ed3a5ec66bc923414607db2733976f | |
parent | ea61c358720aa6c7a159d51658b34276316aa841 (diff) |
this passes on darwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21410 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Generic/BurgBadRegAlloc.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/BurgBadRegAlloc.ll b/test/CodeGen/Generic/BurgBadRegAlloc.ll index 4de4cce014..c77720790b 100644 --- a/test/CodeGen/Generic/BurgBadRegAlloc.ll +++ b/test/CodeGen/Generic/BurgBadRegAlloc.ll @@ -8,7 +8,6 @@ ;; -- outgoing args of some function calls have to be swapped, causing ;; another write/read from stack to do the exchange (use -dregalloc=y). ;; -;; XFAIL: darwin %Arity = type %struct.arity* %Binding = type %struct.binding* %DeltaCost = type [4 x short] |