From c68023a95552ea74beff44c2e5ffb7487bb64c7e Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 5 Nov 2007 01:00:44 +0000 Subject: [PATCH] Doh. PR1187 -> PR1766. llvm-svn: 43693 --- llvm/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll b/llvm/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll index 56993a592dee..889b122bb066 100644 --- a/llvm/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll +++ b/llvm/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*)* }