[llvm-commits] [llvm] r43693 - /llvm/trunk/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
Evan Cheng
evan.cheng at apple.com
Sun Nov 4 17:00:44 PST 2007
Author: evancheng
Date: Sun Nov 4 19:00:44 2007
New Revision: 43693
URL: http://llvm.org/viewvc/llvm-project?rev=43693&view=rev
Log:
Doh. PR1187 -> PR1766.
Modified:
llvm/trunk/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
Modified: llvm/trunk/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll?rev=43693&r1=43692&r2=43693&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll Sun Nov 4 19:00:44 2007
@@ -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*)* }
More information about the llvm-commits
mailing list