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 {  }
 


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to