diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-03-10 07:07:55 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-03-10 07:07:55 +0000 |
commit | 3a624227c0a2ca7194f19b430c531572491c21de (patch) | |
tree | 8afe35a14dde6da77011b87c265b88ec5c1b294a /test/CodeGen | |
parent | e025908cf49dcaec5b673b58d14b92e27b831956 (diff) | |
download | external_llvm-3a624227c0a2ca7194f19b430c531572491c21de.zip external_llvm-3a624227c0a2ca7194f19b430c531572491c21de.tar.gz external_llvm-3a624227c0a2ca7194f19b430c531572491c21de.tar.bz2 |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98142 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/stack-color-with-reg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stack-color-with-reg.ll b/test/CodeGen/X86/stack-color-with-reg.ll index 326f187..83f56c1 100644 --- a/test/CodeGen/X86/stack-color-with-reg.ll +++ b/test/CodeGen/X86/stack-color-with-reg.ll @@ -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 |