From 8dec727c1f26323c49dd5896088ce8226ac3fafa Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 5 Nov 2007 01:00:44 +0000 Subject: [PATCH] Doh. PR1187 -> PR1766. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43693 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll b/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll index 56993a592de..889b122bb06 100644 --- a/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll +++ b/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -mtriple=x86_64-unknown-linux-gnu -; PR1187 +; PR1766 %struct.dentry = type { %struct.dentry_operations* } %struct.dentry_operations = type { i32 (%struct.dentry*, %struct.qstr*)* }