From: Reid Spencer Date: Tue, 19 Dec 2006 02:03:04 +0000 (+0000) Subject: This test needs to be upgraded. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b717d10c7e6a8879553e3f6ecc5d60706972f2a8;p=oota-llvm.git This test needs to be upgraded. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32666 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll b/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll index d59e091d0bf..8c81db19a9e 100644 --- a/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll +++ b/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll @@ -1,6 +1,6 @@ -; RUN: llvm-as < %s | llc -march=ppc64 && -; RUN: llvm-as < %s | llc -march=ppc32 && -; RUN: llvm-as < %s | llc +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64 && +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 && +; RUN: llvm-upgrade < %s | llvm-as | llc %qsz.b = external global bool ; [#uses=1]