diff options
author | Dan Gohman <gohman@apple.com> | 2009-12-11 20:09:21 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-12-11 20:09:21 +0000 |
commit | bffa061e02558f927c208eb99e7de46810116431 (patch) | |
tree | 23a93c63225dc98fc920d8af717ba011e7d1e68d | |
parent | 84ba039cf22f214942d4139c70eb764c9307b6a4 (diff) | |
download | bcm5719-llvm-bffa061e02558f927c208eb99e7de46810116431.tar.gz bcm5719-llvm-bffa061e02558f927c208eb99e7de46810116431.zip |
Change this to the correct PR number.
llvm-svn: 91148
-rw-r--r-- | llvm/test/CodeGen/X86/select-aggregate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/select-aggregate.ll b/llvm/test/CodeGen/X86/select-aggregate.ll index fba6a59c2d5..822e5946d34 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 |