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
This commit is contained in:
Chris Lattner 2006-01-16 16:34:39 +00:00
parent b5f6e2520e
commit 84b26b600d
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -march=alpha | grep rpcc
; XFAIL: *
declare ulong %llvm.readcyclecounter()