[llvm-commits] [llvm] r67545 - /llvm/trunk/test/CodeGen/X86/illegal-asm.ll
Evan Cheng
evan.cheng at apple.com
Mon Mar 23 11:27:36 PDT 2009
Author: evancheng
Date: Mon Mar 23 13:27:36 2009
New Revision: 67545
URL: http://llvm.org/viewvc/llvm-project?rev=67545&view=rev
Log:
Update test for pr3864.
Modified:
llvm/trunk/test/CodeGen/X86/illegal-asm.ll
Modified: llvm/trunk/test/CodeGen/X86/illegal-asm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/illegal-asm.ll?rev=67545&r1=67544&r2=67545&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/illegal-asm.ll (original)
+++ llvm/trunk/test/CodeGen/X86/illegal-asm.ll Mon Mar 23 13:27:36 2009
@@ -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* }
More information about the llvm-commits
mailing list