diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-14 02:35:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-14 02:35:38 +0000 |
commit | eb99a451e87aa330cb4d5710e18a2578fb071049 (patch) | |
tree | 0d3fa49a53c2d3dce5c5dfe3329e499abaa5015b | |
parent | 4032b9c94c2bebc4f05b34861d9b81895ff574f7 (diff) |
this passes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22000 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Alpha/ctpop.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/ctpop.ll b/test/CodeGen/Alpha/ctpop.ll index 5c84a2cb5c..9209bf2080 100644 --- a/test/CodeGen/Alpha/ctpop.ll +++ b/test/CodeGen/Alpha/ctpop.ll @@ -1,5 +1,4 @@ ; Make sure this testcase codegens to the ctpop instruction -; XFAIL: * ; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep -i 'ctpop' declare long %llvm.ctpop(long) |