[llvm-commits] [llvm] r90352 - /llvm/trunk/test/CodeGen/X86/unaligned-load.ll

Bill Wendling isanbard at gmail.com
Wed Dec 2 14:02:30 PST 2009


Author: void
Date: Wed Dec  2 16:02:20 2009
New Revision: 90352

URL: http://llvm.org/viewvc/llvm-project?rev=90352&view=rev
Log:
Remove unnecessary check.

Modified:
    llvm/trunk/test/CodeGen/X86/unaligned-load.ll

Modified: llvm/trunk/test/CodeGen/X86/unaligned-load.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/unaligned-load.ll?rev=90352&r1=90351&r2=90352&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/unaligned-load.ll (original)
+++ llvm/trunk/test/CodeGen/X86/unaligned-load.ll Wed Dec  2 16:02:20 2009
@@ -1,4 +1,3 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=dynamic-no-pic | not grep {movaps\t_.str3}
 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=dynamic-no-pic | FileCheck %s
 
 @.str1 = internal constant [31 x i8] c"DHRYSTONE PROGRAM, SOME STRING\00", align 8





More information about the llvm-commits mailing list