Author: evancheng Date: Thu Aug 2 00:04:16 2007 New Revision: 40721 URL: http://llvm.org/viewvc/llvm-project?rev=40721&view=rev Log: Fix test.
Modified: llvm/trunk/test/CodeGen/X86/x86-64-mem.ll Modified: llvm/trunk/test/CodeGen/X86/x86-64-mem.ll URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-mem.ll?rev=40721&r1=40720&r2=40721&view=diff ============================================================================== --- llvm/trunk/test/CodeGen/X86/x86-64-mem.ll (original) +++ llvm/trunk/test/CodeGen/X86/x86-64-mem.ll Thu Aug 2 00:04:16 2007 @@ -4,7 +4,7 @@ ; RUN: grep movq %t1 | wc -l | grep 6 ; RUN: grep leaq %t1 | wc -l | grep 1 ; RUN: llvm-upgrade < %s | llvm-as | \ -; RUN: llc -mtriple=x86_64-apple-darwin -relocation-model=static -o %t2 -f +; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=static -o %t2 -f ; RUN: grep rip %t2 | wc -l | grep 4 ; RUN: grep movl %t2 | wc -l | grep 2 ; RUN: grep movq %t2 | wc -l | grep 2 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits