[llvm-commits] [llvm] r91148 - /llvm/trunk/test/CodeGen/X86/select-aggregate.ll

Dan Gohman gohman at apple.com
Fri Dec 11 12:09:21 PST 2009


Author: djg
Date: Fri Dec 11 14:09:21 2009
New Revision: 91148

URL: http://llvm.org/viewvc/llvm-project?rev=91148&view=rev
Log:
Change this to the correct PR number.

Modified:
    llvm/trunk/test/CodeGen/X86/select-aggregate.ll

Modified: llvm/trunk/test/CodeGen/X86/select-aggregate.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/select-aggregate.ll?rev=91148&r1=91147&r2=91148&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/select-aggregate.ll (original)
+++ llvm/trunk/test/CodeGen/X86/select-aggregate.ll Fri Dec 11 14:09:21 2009
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=x86-64 | FileCheck %s
-; PR5754
+; PR5757
 
 ; CHECK: cmovne %rdi, %rsi
 ; CHECK: movl (%rsi), %eax





More information about the llvm-commits mailing list