From 24bb7bdb1ec2c99e8aaa7945272eba5b46c2ea8e Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Tue, 13 Jul 2010 18:14:47 +0000 Subject: [PATCH] Fix PR number. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108251 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2010-07-06-asm-RIP.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2010-07-06-asm-RIP.ll b/test/CodeGen/X86/2010-07-06-asm-RIP.ll index f646afaa266..9526b8d4cdc 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 ; [#uses=2] -- 2.34.1