Skip to content

Commit 4819ab5

Browse files
author
Andrew Lenharth
committed
fix this for the more restrictive linkage
llvm-svn: 27667
1 parent d76ecc9 commit 4819ab5

File tree

1 file changed

+2
-2
lines changed
  • llvm/test/Regression/CodeGen/Alpha

1 file changed

+2
-2
lines changed

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

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

4-
; XFAIL: *
4+
implementation
55

6-
long %abc(int %x) {
6+
internal long %abc(int %x) {
77
%tmp.2 = add int %x, -1 ; <int> [#uses=1]
88
%tmp.0 = call long %abc( int %tmp.2 ) ; <long> [#uses=1]
99
%tmp.5 = add int %x, -2 ; <int> [#uses=1]

0 commit comments

Comments
 (0)