[llvm-commits] [llvm] r42990 - /llvm/trunk/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll

Tanya Lattner tonic at nondot.org
Mon Oct 15 09:35:13 PDT 2007


Author: tbrethou
Date: Mon Oct 15 11:35:13 2007
New Revision: 42990

URL: http://llvm.org/viewvc/llvm-project?rev=42990&view=rev
Log:
Fix run line. 

Modified:
    llvm/trunk/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll

Modified: llvm/trunk/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll?rev=42990&r1=42989&r2=42990&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll Mon Oct 15 11:35:13 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | \
+; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin
 
         %struct._Unwind_Context = type {  }
 





More information about the llvm-commits mailing list