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 | 192db0027c2febbc4ebbd7947d38aba369c787f4 (patch) | |
tree | ecff04e045d4010890ee745362d4a9a4adbe9a28 | |
parent | 050959cd08db6c0efb8208271a1d64ce58893e20 (diff) |
Change this to the correct PR number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91148 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/select-aggregate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/select-aggregate.ll b/test/CodeGen/X86/select-aggregate.ll index fba6a59c2d..822e5946d3 100644 --- a/test/CodeGen/X86/select-aggregate.ll +++ b/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 |