summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-11-05 01:00:44 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-11-05 01:00:44 +0000
commit8dec727c1f26323c49dd5896088ce8226ac3fafa (patch)
tree55da08e1c0505dc1c783393700aa557129a63bb7 /test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
parent5f5f3b6333ed5ecaf40699e8cd0b1aba524cbf0f (diff)
downloadllvm-8dec727c1f26323c49dd5896088ce8226ac3fafa.tar.gz
llvm-8dec727c1f26323c49dd5896088ce8226ac3fafa.tar.bz2
llvm-8dec727c1f26323c49dd5896088ce8226ac3fafa.tar.xz
Doh. PR1187 -> PR1766.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll')
-rw-r--r--test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll b/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
index 56993a592d..889b122bb0 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*)* }