diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-02-08 00:58:05 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-02-08 00:58:05 +0000 |
commit | 7f51fd3ea93232658388757fcc8121f14f4454bc (patch) | |
tree | 15f2bf4f3035a5dd222d7a9783c320747dac2dd8 /test/CodeGen | |
parent | ed54534a82257e33def60f00c15ccb0399dc3e1d (diff) | |
download | external_llvm-7f51fd3ea93232658388757fcc8121f14f4454bc.zip external_llvm-7f51fd3ea93232658388757fcc8121f14f4454bc.tar.gz external_llvm-7f51fd3ea93232658388757fcc8121f14f4454bc.tar.bz2 |
Revert r63999. It was breaking self-hosting builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64062 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/ARM/lsr-code-insertion.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/X86/2006-05-11-InstrSched.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/lsr-code-insertion.ll b/test/CodeGen/ARM/lsr-code-insertion.ll index 0a92279..3881e91 100644 --- a/test/CodeGen/ARM/lsr-code-insertion.ll +++ b/test/CodeGen/ARM/lsr-code-insertion.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -stats |& grep {40.*Number of machine instrs printed} +; RUN: llvm-as < %s | llc -stats |& grep {39.*Number of machine instrs printed} ; RUN: llvm-as < %s | llc -stats |& grep {.*Number of re-materialization} ; This test really wants to check that the resultant "cond_true" block only ; has a single store in it, and that cond_true55 only has code to materialize diff --git a/test/CodeGen/X86/2006-05-11-InstrSched.ll b/test/CodeGen/X86/2006-05-11-InstrSched.ll index 774e724..9d1d324 100644 --- a/test/CodeGen/X86/2006-05-11-InstrSched.ll +++ b/test/CodeGen/X86/2006-05-11-InstrSched.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -realign-stack=0 |&\ -; RUN: grep {asm-printer} | grep 31 +; RUN: grep {asm-printer} | grep 32 target datalayout = "e-p:32:32" define void @foo(i32* %mc, i32* %bp, i32* %ms, i32* %xmb, i32* %mpp, i32* %tpmm, i32* %ip, i32* %tpim, i32* %dpp, i32* %tpdm, i32* %bpi, i32 %M) nounwind { |