From: Chris Lattner Date: Mon, 16 Jan 2006 16:34:39 +0000 (+0000) Subject: Fix these testcases :( X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=84b26b600d34e7317997c695afcb4f5873a05c5f;p=oota-llvm.git Fix these testcases :( Apparently Andrew hasn't implemented ReadCycleCounter in the new isel and renamed ornot to eqv git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25360 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Alpha/not.ll b/test/CodeGen/Alpha/not.ll index bf00ce3966f..fca659cd42e 100644 --- a/test/CodeGen/Alpha/not.ll +++ b/test/CodeGen/Alpha/not.ll @@ -1,5 +1,5 @@ ; Make sure this testcase codegens to the ornot instruction -; RUN: llvm-as < %s | llc -march=alpha | grep 'ornot' +; RUN: llvm-as < %s | llc -march=alpha | grep 'eqv' implementation ; Functions: diff --git a/test/CodeGen/Alpha/rpcc.ll b/test/CodeGen/Alpha/rpcc.ll index fbf97ad60c3..a499f111fb0 100644 --- a/test/CodeGen/Alpha/rpcc.ll +++ b/test/CodeGen/Alpha/rpcc.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -march=alpha | grep rpcc +; XFAIL: * declare ulong %llvm.readcyclecounter()