summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-16 16:34:39 +0000
committerChris Lattner <sabre@nondot.org>2006-01-16 16:34:39 +0000
commit45496f0beb46f6a15615f309bc26634f3d34c90c (patch)
tree3433b6492d2a59f8159abb3c1e9299d3ab229d56
parent63f29c690588bc859fbee5e682e560f6ebcc4083 (diff)
downloadbcm5719-llvm-45496f0beb46f6a15615f309bc26634f3d34c90c.tar.gz
bcm5719-llvm-45496f0beb46f6a15615f309bc26634f3d34c90c.zip
Fix these testcases :(
Apparently Andrew hasn't implemented ReadCycleCounter in the new isel and renamed ornot to eqv llvm-svn: 25360
-rw-r--r--llvm/test/Regression/CodeGen/Alpha/not.ll2
-rw-r--r--llvm/test/Regression/CodeGen/Alpha/rpcc.ll1
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/Alpha/not.ll b/llvm/test/Regression/CodeGen/Alpha/not.ll
index bf00ce3966f..fca659cd42e 100644
--- a/llvm/test/Regression/CodeGen/Alpha/not.ll
+++ b/llvm/test/Regression/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/llvm/test/Regression/CodeGen/Alpha/rpcc.ll b/llvm/test/Regression/CodeGen/Alpha/rpcc.ll
index fbf97ad60c3..a499f111fb0 100644
--- a/llvm/test/Regression/CodeGen/Alpha/rpcc.ll
+++ b/llvm/test/Regression/CodeGen/Alpha/rpcc.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -march=alpha | grep rpcc
+; XFAIL: *
declare ulong %llvm.readcyclecounter()
OpenPOWER on IntegriCloud