aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-03-23 18:27:36 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-03-23 18:27:36 +0000
commit3e744c8bc406d9cf22477a07da8cbbc8d07cdbe1 (patch)
tree72e8c18689592b253627c356a5d58f86490c35f3 /test
parent2824a655509577127d221eecd1425de196f80320 (diff)
Update test for pr3864.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/illegal-asm.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/illegal-asm.ll b/test/CodeGen/X86/illegal-asm.ll
index 0e7dc59eb5..03cc507f23 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* }