aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/bic.ll
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-04-08 16:55:15 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-04-08 16:55:15 +0000
commita844b017a6a30ba0a502959371bad040d7374b77 (patch)
tree000c365146486b3e3361f2514c9b876d477aa8c3 /test/CodeGen/Alpha/bic.ll
parentb8a5d63b187b411e8bc9703233ee42d6ccd05f6c (diff)
downloadexternal_llvm-a844b017a6a30ba0a502959371bad040d7374b77.zip
external_llvm-a844b017a6a30ba0a502959371bad040d7374b77.tar.gz
external_llvm-a844b017a6a30ba0a502959371bad040d7374b77.tar.bz2
oops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Alpha/bic.ll')
-rw-r--r--test/CodeGen/Alpha/bic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/bic.ll b/test/CodeGen/Alpha/bic.ll
index 581fc61..46e0d88 100644
--- a/test/CodeGen/Alpha/bic.ll
+++ b/test/CodeGen/Alpha/bic.ll
@@ -6,6 +6,6 @@ implementation ; Functions:
long %bar(long %x, long %y) {
entry:
%tmp.1 = xor long %x, -1 ; <long> [#uses=1]
- %tmp.2 = and long %y, long %tmp.1
+ %tmp.2 = and long %y, %tmp.1
ret long %tmp.2
}