aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/Alpha/ctpop.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Alpha/ctpop.ll b/test/CodeGen/Alpha/ctpop.ll
index df9524c0bf..fa84cb706b 100644
--- a/test/CodeGen/Alpha/ctpop.ll
+++ b/test/CodeGen/Alpha/ctpop.ll
@@ -10,12 +10,12 @@
; RUN: not grep -i 'ctpop'
; XFAIL: *
-declare long %llvm.ctpop(long)
+declare long %llvm.ctpop.i64(long)
implementation ; Functions:
long %bar(long %x) {
entry:
- %tmp.1 = call long %llvm.ctpop( long %x )
+ %tmp.1 = call long %llvm.ctpop.i64( long %x )
ret long %tmp.1
}