[llvm-commits] [llvm] r98142 - /llvm/trunk/test/CodeGen/X86/stack-color-with-reg.ll

Evan Cheng evan.cheng at apple.com
Tue Mar 9 23:07:55 PST 2010


Author: evancheng
Date: Wed Mar 10 01:07:55 2010
New Revision: 98142

URL: http://llvm.org/viewvc/llvm-project?rev=98142&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/test/CodeGen/X86/stack-color-with-reg.ll

Modified: llvm/trunk/test/CodeGen/X86/stack-color-with-reg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/stack-color-with-reg.ll?rev=98142&r1=98141&r2=98142&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/stack-color-with-reg.ll (original)
+++ llvm/trunk/test/CodeGen/X86/stack-color-with-reg.ll Wed Mar 10 01:07:55 2010
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -relocation-model=pic -disable-fp-elim -color-ss-with-regs -stats -info-output-file - > %t
-; RuN:   grep asm-printer %t | grep 156
+; RUN:   grep asm-printer %t | grep 156
 ; RUN:   grep stackcoloring %t | grep "stack slot refs replaced with reg refs"  | grep 4
 
 	type { [62 x %struct.Bitvec*] }		; type %0





More information about the llvm-commits mailing list