[llvm-commits] [llvm] r64377 - /llvm/trunk/test/CodeGen/X86/2009-02-12-SpillerBug.ll

Chris Lattner sabre at nondot.org
Thu Feb 12 09:04:57 PST 2009


Author: lattner
Date: Thu Feb 12 11:04:57 2009
New Revision: 64377

URL: http://llvm.org/viewvc/llvm-project?rev=64377&view=rev
Log:
add PR

Modified:
    llvm/trunk/test/CodeGen/X86/2009-02-12-SpillerBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2009-02-12-SpillerBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-02-12-SpillerBug.ll?rev=64377&r1=64376&r2=64377&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-02-12-SpillerBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-02-12-SpillerBug.ll Thu Feb 12 11:04:57 2009
@@ -1,4 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-apple-darwin8
+; PR3561
 
 define hidden void @__mulxc3({ x86_fp80, x86_fp80 }* noalias nocapture sret %agg.result, x86_fp80 %a, x86_fp80 %b, x86_fp80 %c, x86_fp80 %d) nounwind {
 entry:





More information about the llvm-commits mailing list