From bffa061e02558f927c208eb99e7de46810116431 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 11 Dec 2009 20:09:21 +0000 Subject: [PATCH] Change this to the correct PR number. llvm-svn: 91148 --- llvm/test/CodeGen/X86/select-aggregate.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/select-aggregate.ll b/llvm/test/CodeGen/X86/select-aggregate.ll index fba6a59c2d52..822e5946d342 100644 --- a/llvm/test/CodeGen/X86/select-aggregate.ll +++ b/llvm/test/CodeGen/X86/select-aggregate.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=x86-64 | FileCheck %s -; PR5754 +; PR5757 ; CHECK: cmovne %rdi, %rsi ; CHECK: movl (%rsi), %eax