[llvm-commits] [llvm] r144542 - /llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Nov 14 10:03:05 PST 2011


Author: stoklund
Date: Mon Nov 14 12:03:05 2011
New Revision: 144542

URL: http://llvm.org/viewvc/llvm-project?rev=144542&view=rev
Log:
Delete stale comment.

Modified:
    llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll

Modified: llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll?rev=144542&r1=144541&r2=144542&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll Mon Nov 14 12:03:05 2011
@@ -1,6 +1,5 @@
 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -disable-post-ra | FileCheck %s
 
-; The ARM magic hinting works best with linear scan.
 ; CHECK: ldrd
 ; CHECK: strd
 ; CHECK: ldrb





More information about the llvm-commits mailing list