summaryrefslogtreecommitdiffstats
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
commit4dc0c6697ff0d0cbbe15607c1e969672bb4ed4b6 (patch)
treea7e2e8166d3556ec5f26e9471e3f88773683b4f9
parentf858466018346e3b59acb9e3ac7dfd5ba4c0d0a9 (diff)
downloadbcm5719-llvm-4dc0c6697ff0d0cbbe15607c1e969672bb4ed4b6.tar.gz
bcm5719-llvm-4dc0c6697ff0d0cbbe15607c1e969672bb4ed4b6.zip
Update test for pr3864.
llvm-svn: 67545
-rw-r--r--llvm/test/CodeGen/X86/illegal-asm.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/illegal-asm.ll b/llvm/test/CodeGen/X86/illegal-asm.ll
index 0e7dc59eb52..03cc507f23f 100644
--- a/llvm/test/CodeGen/X86/illegal-asm.ll
+++ b/llvm/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* }
OpenPOWER on IntegriCloud