[llvm-commits] [llvm] r100637 - /llvm/trunk/test/CodeGen/X86/crash.ll

Chris Lattner sabre at nondot.org
Wed Apr 7 11:04:56 PDT 2010


Author: lattner
Date: Wed Apr  7 13:04:56 2010
New Revision: 100637

URL: http://llvm.org/viewvc/llvm-project?rev=100637&view=rev
Log:
this has a pr!

Modified:
    llvm/trunk/test/CodeGen/X86/crash.ll

Modified: llvm/trunk/test/CodeGen/X86/crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/crash.ll?rev=100637&r1=100636&r2=100637&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/crash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/crash.ll Wed Apr  7 13:04:56 2010
@@ -93,6 +93,7 @@
 
 
 ; Crash commoning identical asms.
+; PR6803
 define void @test6(i1 %C) nounwind optsize ssp {
 entry:
   br i1 %C, label %do.body55, label %do.body92





More information about the llvm-commits mailing list