diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-09-22 01:48:19 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-09-22 01:48:19 +0000 |
commit | 014d624a2864605b10d3b14fd9cda3163c41f6bf (patch) | |
tree | f1d5d50340bb470afe37be9c99f0ae7e23d9744d /test/CodeGen/X86/2008-02-22-ReMatBug.ll | |
parent | 1c17c1bc54335564e86bdb7c5e87383feddbc729 (diff) | |
download | external_llvm-014d624a2864605b10d3b14fd9cda3163c41f6bf.zip external_llvm-014d624a2864605b10d3b14fd9cda3163c41f6bf.tar.gz external_llvm-014d624a2864605b10d3b14fd9cda3163c41f6bf.tar.bz2 |
Fix a pasto. Also simplify for Bill's benefit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82505 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-02-22-ReMatBug.ll')
-rw-r--r-- | test/CodeGen/X86/2008-02-22-ReMatBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-02-22-ReMatBug.ll b/test/CodeGen/X86/2008-02-22-ReMatBug.ll index a91ac27..8d6bb0d 100644 --- a/test/CodeGen/X86/2008-02-22-ReMatBug.ll +++ b/test/CodeGen/X86/2008-02-22-ReMatBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -stats |& grep {Number of re-materialization} | grep 2 +; RUN: llc < %s -march=x86 -stats |& grep {Number of re-materialization} | grep 3 ; rdar://5761454 %struct.quad_struct = type { i32, i32, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct* } |