diff options
author | Dan Gohman <gohman@apple.com> | 2011-10-27 22:56:32 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-10-27 22:56:32 +0000 |
commit | 33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2 (patch) | |
tree | 19356b63d7d9c64977cbfdac0d82e272b117cfbf /test/CodeGen/Alpha/ctlz_e.ll | |
parent | 03e03b098462c2715598ca96298110b63c57a2d3 (diff) | |
download | external_llvm-33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2.zip external_llvm-33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2.tar.gz external_llvm-33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2.tar.bz2 |
Remove the Alpha backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Alpha/ctlz_e.ll')
-rw-r--r-- | test/CodeGen/Alpha/ctlz_e.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/Alpha/ctlz_e.ll b/test/CodeGen/Alpha/ctlz_e.ll deleted file mode 100644 index 230e096..0000000 --- a/test/CodeGen/Alpha/ctlz_e.ll +++ /dev/null @@ -1,11 +0,0 @@ -; Make sure this testcase does not use ctpop -; RUN: llc < %s -march=alpha | not grep -i ctpop - -declare i64 @llvm.ctlz.i64(i64) - -define i64 @bar(i64 %x) { -entry: - %tmp.1 = call i64 @llvm.ctlz.i64( i64 %x ) ; <i64> [#uses=1] - ret i64 %tmp.1 -} - |