diff options
-rw-r--r-- | test/CodeGen/Alpha/not.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/Alpha/rpcc.ll | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/not.ll b/test/CodeGen/Alpha/not.ll index bf00ce3966..fca659cd42 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 fbf97ad60c..a499f111fb 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() |