From 3e6c7946df788f1a59bcc11ac0a2274629a2bd94 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 25 Aug 2009 21:01:56 +0000 Subject: remove some dead lines. llvm-svn: 80031 --- llvm/test/CodeGen/PowerPC/Frames-large.ll | 7 ------- 1 file changed, 7 deletions(-) (limited to 'llvm/test/CodeGen/PowerPC/Frames-large.ll') diff --git a/llvm/test/CodeGen/PowerPC/Frames-large.ll b/llvm/test/CodeGen/PowerPC/Frames-large.ll index 6a50e6fdf9b..fda2e4ff9ce 100644 --- a/llvm/test/CodeGen/PowerPC/Frames-large.ll +++ b/llvm/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" -- cgit v1.2.3