[llvm-commits] [llvm] r54355 - /llvm/trunk/test/CodeGen/ARM/2007-08-15-ReuseBug.ll

Owen Anderson resistor at mac.com
Tue Aug 5 10:53:07 PDT 2008


Author: resistor
Date: Tue Aug  5 12:52:54 2008
New Revision: 54355

URL: http://llvm.org/viewvc/llvm-project?rev=54355&view=rev
Log:
This check is unnecessary, and getting rid of it removes a use of -disable-correct-folding.

Modified:
    llvm/trunk/test/CodeGen/ARM/2007-08-15-ReuseBug.ll

Modified: llvm/trunk/test/CodeGen/ARM/2007-08-15-ReuseBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2007-08-15-ReuseBug.ll?rev=54355&r1=54354&r2=54355&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2007-08-15-ReuseBug.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2007-08-15-ReuseBug.ll Tue Aug  5 12:52:54 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin -relocation-model=pic -mattr=+v6 -disable-correct-folding | %prcontext {ldr.*\\!} 1 | grep mov
+; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin -relocation-model=pic -mattr=+v6
 ; PR1609
 
 	%struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, %struct.__sFILEX*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 }





More information about the llvm-commits mailing list