Update test for pr3864.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 23 Mar 2009 18:27:36 +0000 (18:27 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 23 Mar 2009 18:27:36 +0000 (18:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67545 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/illegal-asm.ll

index 0e7dc59eb52a81db7fe53302b584d060e70b3e19..03cc507f23f21f4754f1d864b5757af6fc9b8f72 100644 (file)
@@ -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* }