From: Evan Cheng Date: Mon, 23 Mar 2009 18:27:36 +0000 (+0000) Subject: Update test for pr3864. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3e744c8bc406d9cf22477a07da8cbbc8d07cdbe1;p=oota-llvm.git Update test for pr3864. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67545 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/illegal-asm.ll b/test/CodeGen/X86/illegal-asm.ll index 0e7dc59eb52..03cc507f23f 100644 --- a/test/CodeGen/X86/illegal-asm.ll +++ b/test/CodeGen/X86/illegal-asm.ll @@ -1,6 +1,8 @@ ; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -disable-fp-elim +; RUN: llvm-as < %s | llc -mtriple=i386-linux -disable-fp-elim ; XFAIL: * ; Expected to run out of registers during allocation. +; PR3864 ; rdar://6251720 %struct.CABACContext = type { i32, i32, i8* }