[llvm-commits] [llvm] r80031 - /llvm/trunk/test/CodeGen/PowerPC/Frames-large.ll

Chris Lattner sabre at nondot.org
Tue Aug 25 14:01:56 PDT 2009


Author: lattner
Date: Tue Aug 25 16:01:56 2009
New Revision: 80031

URL: http://llvm.org/viewvc/llvm-project?rev=80031&view=rev
Log:
remove some dead lines.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/Frames-large.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/Frames-large.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/Frames-large.ll?rev=80031&r1=80030&r2=80031&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/Frames-large.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/Frames-large.ll Tue Aug 25 16:01:56 2009
@@ -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"
 





More information about the llvm-commits mailing list