[llvm-commits] [llvm] r88911 - in /llvm/trunk: lib/CodeGen/AsmPrinter/AsmPrinter.cpp test/CodeGen/X86/2009-09-10-SpillComments.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Nov 16 09:24:57 PST 2009


On Nov 16, 2009, at 7:12 AM, David Greene wrote:
> --- llvm/trunk/test/CodeGen/X86/2009-09-10-SpillComments.ll (added)
> +++ llvm/trunk/test/CodeGen/X86/2009-09-10-SpillComments.ll Mon Nov 16 09:12:23 2009
> @@ -0,0 +1,105 @@
> +; RUN: llc < %s -mtriple=x86_64-unknown-linux | grep "Spill"
> +; RUN: llc < %s -mtriple=x86_64-unknown-linux | grep "Folded Spill"
> +; RUN: llc < %s -mtriple=x86_64-unknown-linux | grep "Reload"
> +; RUN: llc < %s -mtriple=x86_64-unknown-linux | grep "Reload Reuse"

Please use FileCheck for tests like this.

/jakob





More information about the llvm-commits mailing list