Skip to content

Commit 1380581

Browse files
committed
This test fails and I don't know why, xfail it until andrew gets a chance to
look at it. llvm-svn: 27660
1 parent 954ea6e commit 1380581

File tree

1 file changed

+1
-3
lines changed
  • llvm/test/Regression/CodeGen/Alpha

1 file changed

+1
-3
lines changed

llvm/test/Regression/CodeGen/Alpha/bsr.ll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
; Make sure this testcase codegens the bsr instruction
22
; RUN: llvm-as < %s | llc -march=alpha | grep 'bsr'
33

4-
5-
implementation ; Functions:
4+
; XFAIL: *
65

76
long %abc(int %x) {
8-
entry:
97
%tmp.2 = add int %x, -1 ; <int> [#uses=1]
108
%tmp.0 = call long %abc( int %tmp.2 ) ; <long> [#uses=1]
119
%tmp.5 = add int %x, -2 ; <int> [#uses=1]

0 commit comments

Comments
 (0)