diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-25 21:01:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-25 21:01:56 +0000 |
commit | 67e7ba8fc2b63099f241fbdf41f280cb5ac196fa (patch) | |
tree | ed07168ab3fd6d7c0798d2b7c441a83d363399bb /test | |
parent | eb2fde2c939892f620de93f56dc21ec0c36824ef (diff) | |
download | external_llvm-67e7ba8fc2b63099f241fbdf41f280cb5ac196fa.zip external_llvm-67e7ba8fc2b63099f241fbdf41f280cb5ac196fa.tar.gz external_llvm-67e7ba8fc2b63099f241fbdf41f280cb5ac196fa.tar.bz2 |
remove some dead lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/PowerPC/Frames-large.ll | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/PowerPC/Frames-large.ll b/test/CodeGen/PowerPC/Frames-large.ll index 6a50e6f..fda2e4f 100644 --- a/test/CodeGen/PowerPC/Frames-large.ll +++ b/test/CodeGen/PowerPC/Frames-large.ll @@ -5,13 +5,6 @@ ; RUN: llc < %t.bc -march=ppc64 | FileCheck %s -check-prefix=PPC64-NOFP ; RUN: llc < %t.bc -march=ppc64 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP -; RUN: llvm-as < %s | llc -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim > %t -; RUN: grep {std r31, 40(r1)} %t -; RUN: grep {lis r0, -1} %t -; RUN: grep {ori r0, r0, 32656} %t -; RUN: grep {stdux r1, r1, r0} %t -; RUN: grep {ld r1, 0(r1)} %t -; RUN: grep {ld r31, 40(r1)} %t target triple = "powerpc-apple-darwin8" |