summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Alpha
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 03:20:22 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 03:20:22 +0000
commit1db9157b4e7e0633a2334f30488dd8802faca5a1 (patch)
treee0acddab287123fdb264b26fdda330e5b3a3ebb7 /llvm/test/CodeGen/Alpha
parentc7c991f4f8b457c6aab139f54ea5e4c342a495eb (diff)
downloadbcm5719-llvm-1db9157b4e7e0633a2334f30488dd8802faca5a1.tar.gz
bcm5719-llvm-1db9157b4e7e0633a2334f30488dd8802faca5a1.zip
Fix an intrinsic name.
llvm-svn: 36110
Diffstat (limited to 'llvm/test/CodeGen/Alpha')
-rw-r--r--llvm/test/CodeGen/Alpha/ctlz_e.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Alpha/ctlz_e.ll b/llvm/test/CodeGen/Alpha/ctlz_e.ll
index 0a2faab5cb3..9d7c44c95a1 100644
--- a/llvm/test/CodeGen/Alpha/ctlz_e.ll
+++ b/llvm/test/CodeGen/Alpha/ctlz_e.ll
@@ -1,13 +1,12 @@
; Make sure this testcase does not use ctpop
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep -i ctpop
-; XFAIL: *
-declare ulong %llvm.ctlz(ulong)
+declare ulong %llvm.ctlz.i64(ulong)
implementation ; Functions:
ulong %bar(ulong %x) {
entry:
- %tmp.1 = call ulong %llvm.ctlz( ulong %x )
+ %tmp.1 = call ulong %llvm.ctlz.i64( ulong %x )
ret ulong %tmp.1
}
OpenPOWER on IntegriCloud