diff options
author | Dale Johannesen <dalej@apple.com> | 2010-07-13 18:14:47 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2010-07-13 18:14:47 +0000 |
commit | 24bb7bdb1ec2c99e8aaa7945272eba5b46c2ea8e (patch) | |
tree | aa4680e0a3d75fd3a8d83199303541a67e575cb5 | |
parent | 48b17fa5bebf46ecdbcb51ebab1c3d8b483afd3c (diff) |
Fix PR number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108251 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2010-07-06-asm-RIP.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-07-06-asm-RIP.ll b/test/CodeGen/X86/2010-07-06-asm-RIP.ll index f646afaa26..9526b8d4cd 100644 --- a/test/CodeGen/X86/2010-07-06-asm-RIP.ll +++ b/test/CodeGen/X86/2010-07-06-asm-RIP.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s -; PR 7528 +; PR 4752 @n = global i32 0 ; <i32*> [#uses=2] |